TemplateWhere
Defines the filter criteria used to find templates
input TemplateWhere {
credentialTypes: [String!]
isRoot: Boolean
name: String
}
Fields
TemplateWhere.credentialTypes ● [String!] list scalar
List only the templates which include any of these credential types
TemplateWhere.isRoot ● Boolean scalar
List only root templates (without a parent)
TemplateWhere.name ● String scalar
List only templates matching this name
Member Of
findTemplates query