Skip to main content
MUTATION
retestApnsCertificateCredential(id: ID!): PushNotificationSettings!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

tokenConfigured
Boolean!

Whether the token configured condition is true for this push notification settings.

tokenTeamId
String

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

tokenKeyId
String

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

tokenPrivateKeyFingerprint
String

The token private key fingerprint associated with this push notification settings. May be null when unavailable or not applicable.

tokenConfiguredAt
String

ISO 8601 timestamp when this push notification settings token configured. May be null when unavailable or not applicable.

tokenLastUsedAt
String

ISO 8601 timestamp when this push notification settings token last used. May be null when unavailable or not applicable.

tokenLastError
String

The token last error associated with this push notification settings. May be null when unavailable or not applicable.

Certificates associated with this push notification settings.

updatedAt
String!

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

Mutation
Variables
Response