UpdatePartnerInput
Input type for updating a new partner
input UpdatePartnerInput {
credentialTypes: [String!]!
name: String!
}
Fields
UpdatePartnerInput.credentialTypes ● [String!]! non-null scalar
The type(s) of the contract / credential Requires at least one type, and cannot have duplicate types
UpdatePartnerInput.name ● String! non-null scalar
The name of the partner
Member Of
updatePartner mutation