Skip to content

Instantly share code, notes, and snippets.

@4knort
Created June 19, 2018 22:39
Show Gist options
  • Save 4knort/aaab3a8a7ba23498b6f0b1d440dc252f to your computer and use it in GitHub Desktop.
Save 4knort/aaab3a8a7ba23498b6f0b1d440dc252f to your computer and use it in GitHub Desktop.
{operationName: null, variables: {listId: "13", page: 0, size: 10},…}
operationName:null
query:"query ($listId: ID, $page: Int!, $size: Int!) {↵ items: allMaterials(filter: {listId: $listId}, page: {page: $page, size: $size}) {↵ totalElements↵ content {↵ ...MaterialFields↵ __typename↵ }↵ __typename↵ }↵}↵↵fragment MaterialFields on Material {↵ id↵ name↵ type↵ author↵ url↵ __typename↵}↵"
variables:{listId: "13", page: 0, size: 10}
listId:"13"
page:0
size:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment