graphql-parser icon indicating copy to clipboard operation
graphql-parser copied to clipboard

Support for enums

Open tomaskulich opened this issue 8 years ago • 0 comments

The following query is currently considered bad (no quotes around enum type):

{
  post(
    type: SPONSORED,
    name: "Why you should work more"
){id}}

tomaskulich avatar May 10 '16 14:05 tomaskulich