Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The class `\GraphQL\Language\Parser` from the webonyx/graphql-php package throws an `Syntax Error: Unexpected Name "INTERFACE"` exception when the token `INTERFACE` comes last in the `DirectiveLocations` part of a directive declaration. Adding `OBJECT` as the last item removes the error.
- Loading branch information