CreatePartnerInput
Input type for creating a new partner
input CreatePartnerInput {
credentialTypes: [String!]!
did: String!
issuerId: ID
linkedDomainUrls: [URL!]
name: String!
tenantId: ID
}
Fields
CreatePartnerInput.credentialTypes
● [String!]!
non-null scalar
The type(s) of the contract / credential Requires at least one type, and cannot have duplicate types
CreatePartnerInput.did
● String!
non-null scalar
The DID of the partner
CreatePartnerInput.issuerId
● ID
scalar
The unique identifier of the verifiable credential service instance if the partner is on Entra network
CreatePartnerInput.linkedDomainUrls
● [URL!]
list scalar
Domains linked to this partner's DID
CreatePartnerInput.name
● String!
non-null scalar
The name of the partner
CreatePartnerInput.tenantId
● ID
scalar
The Azure AD tenant identifier if the partner is on Entra network
Member Of
createPartner
mutation