UpdateAlertInput
No description
input UpdateAlertInput {
id: ID!
patch: PatchableAlertFields!
}
Fields
UpdateAlertInput.id
● ID!
non-null scalar
UpdateAlertInput.patch
● PatchableAlertFields!
non-null input
Member Of
updateAlert
mutation