searchRelationTemplates
Search for nodes of type RelationTemplate
searchRelationTemplates(
  filter: RelationTemplateFilterInput
  first: Int!
  query: String!
  skip: Int
): [RelationTemplate!]!
Arguments
searchRelationTemplates.filter ● RelationTemplateFilterInput input
Filter for specific items
searchRelationTemplates.first ● Int! non-null scalar
Get the first n items.
searchRelationTemplates.query ● String! non-null scalar
Search query nodes must match
searchRelationTemplates.skip ● Int scalar
Skips n items.
Type
RelationTemplate object
Template for Relations. Defines templated fields with specific types (defined using JSON schema). Defines which Relations can use this Template. At least one RelationCondition has to match.