Created
September 5, 2019 19:40
-
-
Save bdehamer/afc1b0f430b98c602ab72a91a7db1e6e to your computer and use it in GitHub Desktop.
This file contains 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
query getOrganizationsQuery { | |
organizations { | |
id | |
name | |
owners { | |
id | |
} | |
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