INPUT_OBJECT

UserLoginUsernameMutationInput

Autogenerated input type of UserLoginUsernameMutation

link GraphQL Schema definition

  • input UserLoginUsernameMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The user's username
  • username: String!
  • # The user's password
  • password: String!
  • }