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.17k stars 230 forks source link

graphql: add StringMap for destinations #3938

Closed mastercactapus closed 6 days ago

mastercactapus commented 1 week ago

Description: Adds a new StringMap scalar type for Destination and DestinationInput (under a new args field).

Which issue(s) this PR fixes: N/A

Out of Scope:

Screenshots: N/A

Describe any introduced user-facing changes: N/A

Describe any introduced API changes: The use of values and FieldValuePair is now deprecated in favor of args and StringMap, respectively.