Skip to content

Instantly share code, notes, and snippets.

@shairyar
Created June 3, 2024 09:45
Show Gist options
  • Save shairyar/dfb207131aafe91d4d4c18e2dd91add7 to your computer and use it in GitHub Desktop.
Save shairyar/dfb207131aafe91d4d4c18e2dd91add7 to your computer and use it in GitHub Desktop.
```
query uptimeMonitorNotifierQuery($appId: String!) {
app(id: $appId) {
id
notifiers {
id
name
}
}
}
```
@shairyar
Copy link
Author

shairyar commented Jun 3, 2024

Query variables

{
  "appId": "APPLICATION-ID"
}

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