CredentialTypesWhere
Defines the criteria used to find credential types.
input CredentialTypesWhere {
includeContractTypes: Boolean
includePartnerTypes: Boolean
includeTemplateTypes: Boolean
}
Fields
CredentialTypesWhere.includeContractTypes
● Boolean
scalar
If true, or not specified, contract types are returned. If false, contract types are excluded.
CredentialTypesWhere.includePartnerTypes
● Boolean
scalar
If true, or not specified, partner types are returned. If false, partner types are excluded.
CredentialTypesWhere.includeTemplateTypes
● Boolean
scalar
If true, or not specified, template types are returned. If false, template types are excluded.
Member Of
credentialTypes
query