DisableAccountMembershipInput
Input to disable an account membership
input DisableAccountMembershipInput {
accountMembershipId: ID!
}
Fields
DisableAccountMembershipInput.accountMembershipId
● ID!
non-null scalar
Unique identifier of the account membership to disable
Member Of
disableAccountMembership
mutation