Skip to content

Instantly share code, notes, and snippets.

@shairyar
Created June 3, 2025 11:40
Show Gist options
  • Save shairyar/90376c72322ba49bf9f76e7cba9d68ff to your computer and use it in GitHub Desktop.
Save shairyar/90376c72322ba49bf9f76e7cba9d68ff to your computer and use it in GitHub Desktop.
Fetch the list of all organizations in AppSignal with users
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