PushToken
No description
type PushToken implements Timestamped {
createdAt: DateTime!
id: ID!
notificationCount: Int!
token: String!
updatedAt: DateTime!
}
Fields
PushToken.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
PushToken.id ● ID! non-null scalar common
PushToken.notificationCount ● Int! non-null scalar common
The total notifications that have been recieved since the app was last opened.
PushToken.token ● String! non-null scalar common
The token.
PushToken.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
PushTokenClearNotificationCountPayload object ● PushTokenCreatePayload object