INPUT_OBJECT
Autogenerated input type of UserLoginUsernameMutation
input UserLoginUsernameMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The user's usernameusername: String!# The user's passwordpassword: String!# The user's MFA tokenmfaToken: String}