INPUT_OBJECT

UpdateUserNotificationTokenInput

UpdateUserNotificationTokenInput is used for update UserNotificationToken object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateUserNotificationTokenInput {
  • # The token of the notification token.
  • token: String
  • # The platform of the notification token was generated on.
  • platform: String
  • userID: ID
  • clearUser: Boolean
  • }

link Require by

This element is not required by anyone