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