Created
June 19, 2018 22:39
-
-
Save 4knort/aaab3a8a7ba23498b6f0b1d440dc252f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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