Skip to content

gqlgen doesn't the newish "repeatable" token on directives like graphql-java #46

@manbeing

Description

@manbeing

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions