You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened?
gqlgen failed at this line:
directive @key(fields: _FieldSet!) repeatable on OBJECT | INTERFACE
error I got: GraphQLError: Syntax Error: Expected "on", found Name "repeatable"
What did you expect?
It should support the new 'repeatable' token
Minimal graphql.schema and models to reproduce
directive @key(fields: _FieldSet!) repeatable on OBJECT | INTERFACE
The text was updated successfully, but these errors were encountered:
What happened?
gqlgen failed at this line:
directive @key(fields: _FieldSet!) repeatable on OBJECT | INTERFACE
error I got: GraphQLError: Syntax Error: Expected "on", found Name "repeatable"
What did you expect?
It should support the new 'repeatable' token
Minimal graphql.schema and models to reproduce
directive @key(fields: _FieldSet!) repeatable on OBJECT | INTERFACE
The text was updated successfully, but these errors were encountered: