#2188 introduced the ability for alert subscriptions to only apply to a subset of alert types. Now we need the ability for users to edit the alert types for each subscription, and we'd like to start using graphql for that.
- Create GraphQL query to return alert subscriptions by prefix
- GraphQL mutation for adding or updating alert subscriptions
- Introduce
flowctl alert-subscriptions create|list|update|delete subcommands, which use the new graphql schema