Skip to main content

PartnerIdentityCreateInput

Input object to create a PartnerIdentity, the permissions given to an Identity for a Partner

input PartnerIdentityCreateInput {
identityId: ID!
identityType: ResonanceIdentityType!
partnerId: ID!
permissions: PartnerIdentityPermissionsInput!
}

Fields​

PartnerIdentityCreateInput.identityId ● ID! non-null scalar​

The identityId these permissions pertain to

PartnerIdentityCreateInput.identityType ● ResonanceIdentityType! non-null enum​

The type of identity an identityId refers to

PartnerIdentityCreateInput.partnerId ● ID! non-null scalar​

The ID of the Partner this permission pertains to

PartnerIdentityCreateInput.permissions ● PartnerIdentityPermissionsInput! non-null input​

Object representing exactly what permissions are given

Member of​

createPartnerIdentity mutation