Skip to main content

SupplierIdentityCreateInput

Exactly like SupplierIdentity, but no updatedBy or identityType (always User, Apps get installed)

input SupplierIdentityCreateInput {
identityId: ID!
identityParentEntityId: ID
identityType: SupplierIdentityType!
permissions: SupplierIdentityPermissionsInput!
supplierId: ID!
}

Fields

SupplierIdentityCreateInput.identityId ● ID! non-null scalar

Always a user's userName (not appClientId)

SupplierIdentityCreateInput.identityParentEntityId ● ID scalar

SupplierIdentityCreateInput.identityType ● SupplierIdentityType! non-null enum

Should always be USER

SupplierIdentityCreateInput.permissions ● SupplierIdentityPermissionsInput! non-null input

SupplierIdentityCreateInput.supplierId ● ID! non-null scalar

Member of

createSupplierIdentity mutation