async-graphql/parser/tests/executables/fragment.graphql
Koxiaet 0880be3e0b Move some validations to parser
This commit moves the single anonymous and duplicated operation name
validation rules into the parser, allowing for a nicer format to be
exposed by it. It also adds better error messages to the parser.
2020-09-22 19:59:48 +01:00

6 lines
63 B
GraphQL

fragment frag on Friend {
__typename
node
}
{ __typename }