UpdateUserMembershipScopesInput
No description
type UpdateUserMembershipScopesInput { userID: ID! membershipScopes: MembershipScopesInput! clientMutationId: String!}Fields#
userID (ID!)#
userID is the id of the user whos membership scopes are to be updated.
membershipScopes (MembershipScopesInput!)#
membershipScopes represent the scopes of the user's membership.
clientMutationId (String!)#
clientMutationId is required for Relay support.