snippets
snippets copied to clipboard
Snippets for securing, transforming, and optimizing GraphQL APIs.
On request by Timil, who couldn't find example source code for cursor based pagination. I noticed we do have an example in this repo under `/rest` but it doesn't show...
Shows how JWT claims can be used to restrict access to underlying data (in this case a database).
A list of snippets that could be created - [ ] https://github.com/stepzen-dev/snippets/blob/main/rest/pagination/README.md#offset-pagination - [ ] https://github.com/stepzen-dev/snippets/blob/main/rest/pagination/README.md#next_cursor-pagination - [ ] `@value` - [ ] `@dbquery` pagination - with filter - with...