mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 05:03:31 +03:00
Remove notes about subscription being experimental
ref: graphql/graphql-js#bf4a25a33a62280e82680518adc279e34ec816e0
This commit is contained in:
parent
98e397ce44
commit
1fdb3da7fb
1 changed files with 0 additions and 1 deletions
|
@ -409,7 +409,6 @@ class Parser
|
|||
switch ($operationToken->value) {
|
||||
case 'query': return 'query';
|
||||
case 'mutation': return 'mutation';
|
||||
// Note: subscription is an experimental non-spec addition.
|
||||
case 'subscription': return 'subscription';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue