Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change operation to OperationName in the parser #3568

Merged
merged 2 commits into from
May 18, 2020

Conversation

clifinger
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes/no
Tickets fixes #3566
License MIT
Doc PR api-platform/docs#...

The operation name in Data is attempting to pull from operation instead of operationName. Because of this, applications leveraging the StandardServer cannot handle a request with multiple operations (it returns an error saying the operation name is required).

In this PR, I only updated the way the class parses the data on the parseData function.

@clifinger clifinger marked this pull request as ready for review May 18, 2020 01:56
@alanpoulain alanpoulain merged commit d83d502 into api-platform:master May 18, 2020
@alanpoulain
Copy link
Member

Thank you @clifinger!

@clifinger
Copy link
Contributor Author

Mais de rien 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

operationName is not parsed by GraphQL
2 participants