DemandHqIdentityCreateInput
Exactly like DemandHqIdentity, but no updatedBy or identityType (always User, Apps get installed)
input DemandHqIdentityCreateInput {
demandHqId: ID!
identityId: ID!
identityParentEntityId: ID
identityType: DemandHqIdentityType!
permissions: DemandHqIdentityPermissionsInput!
}
Fields
DemandHqIdentityCreateInput.demandHqId
● ID!
non-null scalar
DemandHqIdentityCreateInput.identityId
● ID!
non-null scalar
Always a user's userName (not appClientId)
DemandHqIdentityCreateInput.identityParentEntityId
● ID
scalar
DemandHqIdentityCreateInput.identityType
● DemandHqIdentityType!
non-null enum
Should always be USER
DemandHqIdentityCreateInput.permissions
● DemandHqIdentityPermissionsInput!
non-null input
Member of
createDemandHqIdentity
mutation