graphql-parser
graphql-parser copied to clipboard
Support for enums
The following query is currently considered bad (no quotes around enum type):
{
post(
type: SPONSORED,
name: "Why you should work more"
){id}}