UserLoginArgs
Data to log in user
input UserLoginArgs {
email: String!
password: String!
siteId: ID
scope: String
}
Fields
UserLoginArgs.email ● String! non-null scalar common
User's email.
UserLoginArgs.password ● String! non-null scalar common
User's address.
UserLoginArgs.siteId ● ID scalar common
Optional siteID to log in to
UserLoginArgs.scope ● String scalar common
Optional scope to log in to
Member Of
userLogin mutation