Skip to content

Add alert type query with name and description#2811

Draft
GregorShear wants to merge 1 commit intomasterfrom
greg/alert-type-query
Draft

Add alert type query with name and description#2811
GregorShear wants to merge 1 commit intomasterfrom
greg/alert-type-query

Conversation

@GregorShear
Copy link
Copy Markdown
Contributor

@GregorShear GregorShear commented Mar 26, 2026

Summary

  • Add a new alertTypes GraphQL query that returns all possible alert types with user-facing metadata (title, description)
  • NOTE we're not using pagination for this simple list of types
query {
  alertTypes {
    title
    description
  }
}

Issues

The issues directly below are completely resolved by this PR:
#2794

@GregorShear GregorShear force-pushed the greg/alert-type-query branch from 2db4cc2 to cf01c9f Compare March 26, 2026 15:02
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant