INPUT_OBJECT

UserLoginTokenMutationInput

Autogenerated input type of UserLoginTokenMutation

link GraphQL Schema definition

  • input UserLoginTokenMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The SSO token
  • token: String!
  • }