UpdateUserRoleInput
No description
type UpdateUserRoleInput { userID: ID! role: USER_ROLE! clientMutationId: String!}
#
FieldsuserID
(ID!
)#
userID is the ID of the User that should have their role updated.
role
(USER_ROLE!
)#
role is the USER_ROLE
that the User should be set to.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.