Skip to content

Instantly share code, notes, and snippets.

@shairyar
Last active June 3, 2024 09:48
Show Gist options
  • Save shairyar/5fac58c09edc729ee92fd9b4ce7ae628 to your computer and use it in GitHub Desktop.
Save shairyar/5fac58c09edc729ee92fd9b4ce7ae628 to your computer and use it in GitHub Desktop.
query OrganizationQuery($slug: String!) {
organization(slug: $slug) {
id
name
slug
apps {
id
name
environment
viewerPinned
__typename
}
__typename
}
}
@shairyar
Copy link
Author

shairyar commented Jun 3, 2024

Query variables

{
  "slug": "ORGANIZATION-SLUG"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment