CreateAuthorizedUserInput
No description
input CreateAuthorizedUserInput {
userEmail: String!
accessLevel: AuthorizedUserAccessLevel
storeId: ID
}
Fields
CreateAuthorizedUserInput.userEmail
● String!
non-null scalar
Email address of the authorized user to be created
CreateAuthorizedUserInput.accessLevel
● AuthorizedUserAccessLevel
enum
Access level for the authorized user granted by the authorizer
CreateAuthorizedUserInput.storeId
● ID
scalar
Limit access to a specific store
Member Of
createAuthorizedUser
mutation