mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 10:09:24 +03:00
Remove notes about subscription being experimental
ref: graphql/graphql-js#bf4a25a33a62280e82680518adc279e34ec816e0
This commit is contained in:
parent
98e397ce44
commit
1fdb3da7fb
@ -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…
x
Reference in New Issue
Block a user