DemandHqIdentityUpdateInput
ID Fields are required, but all other fields are optional, only included fields will be updated.
input DemandHqIdentityUpdateInput {
demandHqId: ID!
identityId: ID!
permissions: DemandHqIdentityPermissionsInput
}
Fields
DemandHqIdentityUpdateInput.demandHqId ● ID! non-null scalar
DemandHqIdentityUpdateInput.identityId ● ID! non-null scalar
Could be a userName or an appClientId
DemandHqIdentityUpdateInput.permissions ● DemandHqIdentityPermissionsInput input
Member of
updateDemandHqIdentity mutation