Skip to main content
MUTATION
resendPushNotification(id: ID!, requestId: ID!): PushNotificationBatch!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

requestId
ID!
required

Identifier of the request.

id
ID!

Stable identifier for this push notification batch.

requestId
ID!

Identifier of the related request.

status
String!

Current status of this push notification batch.

editor
JSON!

The editor associated with this push notification batch.

payload
JSON!

Structured payload associated with this push notification batch.

headers
JSON!

The headers associated with this push notification batch.

targetMode
String!

The target mode associated with this push notification batch.

channelId
ID

Identifier of the related channel. May be null when unavailable or not applicable.

recipientCount
Int!

Number of recipients.

successCount
Int!

Number of success.

failureCount
Int!

Number of failures.

error
String

Error message when this push notification batch did not complete successfully. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this push notification batch was created.

startedAt
String

ISO 8601 timestamp when this push notification batch started. May be null when unavailable or not applicable.

finishedAt
String

ISO 8601 timestamp when this push notification batch finished. May be null when unavailable or not applicable.

updatedAt
String!

ISO 8601 timestamp when this push notification batch was last updated.

Deliveries associated with this push notification batch.

Mutation
Variables
Response