Skip to content

Instantly share code, notes, and snippets.

@mxstbr
Created February 20, 2018 10:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mxstbr/59c4fbab8389078c396b7b61ed92735a to your computer and use it in GitHub Desktop.
const PaginationAmount = GraphQLInputInt({
name: 'PaginationAmount',
min: 1,
max: 100,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment