INPUT_OBJECT

signInInput

Autogenerated input type of signIn

link GraphQL Schema definition

  • input signInInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • email: String
  • username: String
  • # When true, an additional API key will be generated (versus replacing the old
  • # one)
  • allow_multiple_api_keys: Boolean
  • # When true, an API key will be returned, versus a session token. The API key will
  • # replace any existing API key for the account
  • generate_api_token: Boolean
  • # The authentication namespace to sign into. Whitelabels can have their own
  • # separated auth namespace.
  • namespace: String
  • password: String
  • reset_token: String
  • timezone: String
  • token: String
  • }