Skip to content

Instantly share code, notes, and snippets.

@gotenxds
Created September 17, 2020 10:25
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 gotenxds/5eed399051b1e2ea63d5430b3fe6506f to your computer and use it in GitHub Desktop.
Save gotenxds/5eed399051b1e2ea63d5430b3fe6506f to your computer and use it in GitHub Desktop.
{
allAccounts(first: 10, offset: 20, condition:{ company: 1 })
{
nodes {
companyId: company
companyByCompany {
name
id
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment