UnassignRoleInput
Autogenerated input type of UnassignRole
input UnassignRoleInput {
clientMutationId: String
domain: DomainEnum
domainEntityId: ID
partyId: ID!
roleId: ID!
}
Fields
UnassignRoleInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UnassignRoleInput.domain ● DomainEnum enum
The domain to remove the role from. The domain can be SYSTEM, COMPANY or BRAND.
UnassignRoleInput.domainEntityId ● ID scalar
The ID of the domain entity to remove the role from. This argument is only required if the domain is COMPANY or BRAND
UnassignRoleInput.partyId ● ID! non-null scalar
The ID of the party to remove the role from.
UnassignRoleInput.roleId ● ID! non-null scalar
The ID of the role to remove.
Member Of
unassignRole mutation