Skip to content

Instantly share code, notes, and snippets.

@okwme
Last active January 20, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okwme/87919dd0183464cc8ae884b3fddd8816 to your computer and use it in GitHub Desktop.
Save okwme/87919dd0183464cc8ae884b3fddd8816 to your computer and use it in GitHub Desktop.
query {
allCups(
first: 10,
condition: { deleted: false },
orderBy: RATIO_ASC
filter: {
lad: { equalTo: "0x_address_goes_here" }
}) {
totalCount
pageInfo {
hasNextPage
hasPreviousPage
endCursor
}
nodes {
id
lad
art
ink
ratio
actions(first: 5) {
nodes {
act
time
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment