Schema Documentation

LoginInput

Description

Input for the login mutation.

Fields
Input FieldDescription
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
password - String! The plain-text password for the user logging in.
username - String! The username used for login. Typically a unique or email address depending on specific configuration
Example
{"clientMutationId":"abc123","password":"abc123","username":"xyz789"}