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

Results 1 graphql-auth issues
Sort by recently updated
recently updated
newest added

Tried adding a directive to a field ``` js type Article { id: ID! authorId: ID! authorName: String! articleName: String! link: String! @hasScope(scope: ["write:articles"]) review: Review } ``` ...but it...