INPUT_OBJECT

CreateUserNotificationTokenInput

CreateUserNotificationTokenInput is used for create UserNotificationToken object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateUserNotificationTokenInput {
  • # The token of the notification token.
  • token: String!
  • # The platform of the notification token was generated on.
  • platform: String!
  • userID: ID
  • }

link Require by

This element is not required by anyone