Created
June 3, 2025 11:40
-
-
Save shairyar/90376c72322ba49bf9f76e7cba9d68ff to your computer and use it in GitHub Desktop.
Fetch the list of all organizations in AppSignal with users
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
query OrganizationsQuery { | |
viewer { | |
id | |
organizations { | |
id | |
name | |
users { | |
id | |
name | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment