target / goalert

Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
https://goalert.me
Apache License 2.0
2.22k stars 240 forks source link

graphql: remove experimental directive for dest-types #3777

Closed mastercactapus closed 6 months ago

mastercactapus commented 6 months ago

Description: Updates the GraphQL schema to remove the requirement of the dest-types experimental flag to use the new API.

Out of Scope:

Additional Info: Subsequent PRs will update sections of the app to always use the new dest API (without the flag), this is a prerequisite of that work.