Skip to content

Instantly share code, notes, and snippets.

@bdehamer
Created September 5, 2019 19:40
Show Gist options
  • Save bdehamer/afc1b0f430b98c602ab72a91a7db1e6e to your computer and use it in GitHub Desktop.
Save bdehamer/afc1b0f430b98c602ab72a91a7db1e6e to your computer and use it in GitHub Desktop.
query getOrganizationsQuery {
organizations {
id
name
owners {
id
email
}
memberCount
inviteCount
products {
id
name
activated
since
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment