Skip to content

Commit

Permalink
Merge pull request #366 from tlehman/patch-1
Browse files Browse the repository at this point in the history
typo 'and' should be 'an'
  • Loading branch information
freeqaz authored Dec 19, 2021
2 parents a33566d + 90f1858 commit 423c567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar_position: 3

Because we need to set and check Grants (LunaSec's token specific permissions), the server needs to know what fields are tokens.
We provide a schema directive to make this straightforward. Behind the scenes, the directive calls the Dedicated Tokenizer.
If there is a problem with the session or the Grant, it will throw and error that Apollo will handle and send to the client.
If there is a problem with the session or the Grant, it will throw an error that Apollo will handle and send to the client.

### Automatically create and verify token grants for any field with the @token directive.

Expand Down

0 comments on commit 423c567

Please sign in to comment.