PushTokenClearNotificationCountPayload
Autogenerated return type of PushTokenClearNotificationCount
type PushTokenClearNotificationCountPayload {
clientMutationId: String
errors: [UserError!]!
pushToken: PushToken!
}
Fields
PushTokenClearNotificationCountPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
PushTokenClearNotificationCountPayload.errors ● [UserError!]! non-null object common
Errors related to user input
PushTokenClearNotificationCountPayload.pushToken ● PushToken! non-null object common
The push token that was updated.
Returned by
pushTokenClearNotificationCount mutation