Mutation
Variables
Response
Mutations
savePushNotificationPreset
Saves a push notification preset and returns the updated push notification preset.
MUTATION
savePushNotificationPreset(id: ID, name: String!, editor: JSON!): PushNotificationPreset!Arguments
id
ID
Identifier of the resource to return or affect.
name
String!
required
The name used to filter or perform the operation.
editor
JSON!
required
The editor used to filter or perform the operation.
Returns
id
ID!
Stable identifier for this push notification preset.
name
String!
Display name of this push notification preset.
editor
JSON!
The editor associated with this push notification preset.
createdAt
String!
ISO 8601 timestamp when this push notification preset was created.
updatedAt
String!
ISO 8601 timestamp when this push notification preset was last updated.
Mutation
Variables
Response