Skip to content

InterfaceSpecificationTemplate ​

Template for InterfaceSpecifications. Defines templated fields with specific types (defined using JSON schema). Defines on which Components InterfaceSpecifications with this Template can be (in)visible on. Defines SubTemplates for Interfaces and InterfaceSpecificationVersions.

graphql
type InterfaceSpecificationTemplate implements BaseNode, BaseTemplate, Named, NamedNode, Node, RelationPartnerTemplate, Template {
  canBeInvisibleOnComponents(
    after: String
    before: String
    filter: ComponentTemplateFilterInput
    first: Int
    last: Int
    orderBy: [ComponentTemplateOrder!]
    skip: Int
  ): ComponentTemplateConnection!
  canBeVisibleOnComponents(
    after: String
    before: String
    filter: ComponentTemplateFilterInput
    first: Int
    last: Int
    orderBy: [ComponentTemplateOrder!]
    skip: Int
  ): ComponentTemplateConnection!
  derivableBy(
    after: String
    before: String
    filter: InterfaceSpecificationDerivationConditionFilterInput
    first: Int
    last: Int
    orderBy: [InterfaceSpecificationDerivationConditionOrder!]
    skip: Int
  ): InterfaceSpecificationDerivationConditionConnection!
  description: String!
  extendedBy(
    after: String
    before: String
    filter: InterfaceSpecificationTemplateFilterInput
    first: Int
    last: Int
    orderBy: [InterfaceSpecificationTemplateOrder!]
    skip: Int
  ): InterfaceSpecificationTemplateConnection!
  extends(
    after: String
    before: String
    filter: InterfaceSpecificationTemplateFilterInput
    first: Int
    last: Int
    orderBy: [InterfaceSpecificationTemplateOrder!]
    skip: Int
  ): InterfaceSpecificationTemplateConnection!
  fill: FillStyle
  hasPermission(
    permission: AllPermissionEntry
  ): Boolean!
  id: ID!
  interfacePartTemplate: InterfacePartTemplate!
  interfaceSpecificationVersionTemplate: InterfaceSpecificationVersionTemplate!
  isAbstract: Boolean!
  isDeprecated: Boolean!
  name: String!
  possibleEndOfRelations(
    after: String
    before: String
    filter: RelationConditionFilterInput
    first: Int
    last: Int
    orderBy: [RelationConditionOrder!]
    skip: Int
  ): RelationConditionConnection!
  possibleStartOfRelations(
    after: String
    before: String
    filter: RelationConditionFilterInput
    first: Int
    last: Int
    orderBy: [RelationConditionOrder!]
    skip: Int
  ): RelationConditionConnection!
  shapeRadius: Float
  shapeType: ShapeType!
  stroke: StrokeStyle
  templateFieldSpecifications(
    namePrefix: String
  ): [JSONField!]!
  usedIn(
    after: String
    before: String
    filter: InterfaceSpecificationFilterInput
    first: Int
    last: Int
    orderBy: [InterfaceSpecificationOrder!]
    skip: Int
  ): InterfaceSpecificationConnection!
}

Fields ​

InterfaceSpecificationTemplate.canBeInvisibleOnComponents ● ComponentTemplateConnection! non-null object ​

Templates of Components InterfaceSpecifications with this template can be invisible on.

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.filter ● ComponentTemplateFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.orderBy ● [ComponentTemplateOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.canBeInvisibleOnComponents.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.canBeVisibleOnComponents ● ComponentTemplateConnection! non-null object ​

Templates of Components InterfaceSpecifications with this template can be visible on.

InterfaceSpecificationTemplate.canBeVisibleOnComponents.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.canBeVisibleOnComponents.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.canBeVisibleOnComponents.filter ● ComponentTemplateFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.canBeVisibleOnComponents.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.canBeVisibleOnComponents.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.canBeVisibleOnComponents.orderBy ● [ComponentTemplateOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.canBeVisibleOnComponents.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.derivableBy ● InterfaceSpecificationDerivationConditionConnection! non-null object ​

InterfaceSpecificationDerivationConditions which allow to derive InterfaceSpecification with this template.

InterfaceSpecificationTemplate.derivableBy.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.derivableBy.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.derivableBy.filter ● InterfaceSpecificationDerivationConditionFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.derivableBy.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.derivableBy.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.derivableBy.orderBy ● [InterfaceSpecificationDerivationConditionOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.derivableBy.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.description ● String! non-null scalar ​

The description of this entity.

InterfaceSpecificationTemplate.extendedBy ● InterfaceSpecificationTemplateConnection! non-null object ​

Templates that extend this template.

InterfaceSpecificationTemplate.extendedBy.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.extendedBy.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.extendedBy.filter ● InterfaceSpecificationTemplateFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.extendedBy.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.extendedBy.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.extendedBy.orderBy ● [InterfaceSpecificationTemplateOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.extendedBy.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.extends ● InterfaceSpecificationTemplateConnection! non-null object ​

Template this template extends.

InterfaceSpecificationTemplate.extends.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.extends.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.extends.filter ● InterfaceSpecificationTemplateFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.extends.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.extends.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.extends.orderBy ● [InterfaceSpecificationTemplateOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.extends.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.fill ● FillStyle object ​

Style of the fill

InterfaceSpecificationTemplate.hasPermission ● Boolean! non-null scalar ​

Checks if the current user has a specific permission on this Node

InterfaceSpecificationTemplate.hasPermission.permission ● AllPermissionEntry enum ​

The permission to check for

InterfaceSpecificationTemplate.id ● ID! non-null scalar ​

The unique id of this node

InterfaceSpecificationTemplate.interfacePartTemplate ● InterfacePartTemplate! non-null object ​

SubTemplate applied to all InterfaceParts of InterfaceSpecifications with this Template.

InterfaceSpecificationTemplate.interfaceSpecificationVersionTemplate ● InterfaceSpecificationVersionTemplate! non-null object ​

SubTemplate applied to all InterfaceSpecificationVersions of InterfaceSpecifications with this Template.

InterfaceSpecificationTemplate.isAbstract ● Boolean! non-null scalar ​

If true, this template is abstract and cannot be used for new entities.

InterfaceSpecificationTemplate.isDeprecated ● Boolean! non-null scalar ​

If true, this template is deprecated and cannot be used for new entities any more.

InterfaceSpecificationTemplate.name ● String! non-null scalar ​

The name of this entity.

InterfaceSpecificationTemplate.possibleEndOfRelations ● RelationConditionConnection! non-null object ​

RelationConditions which allow this template for the end of the relation.

InterfaceSpecificationTemplate.possibleEndOfRelations.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.possibleEndOfRelations.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.possibleEndOfRelations.filter ● RelationConditionFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.possibleEndOfRelations.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.possibleEndOfRelations.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.possibleEndOfRelations.orderBy ● [RelationConditionOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.possibleEndOfRelations.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.possibleStartOfRelations ● RelationConditionConnection! non-null object ​

RelationConditions which allow this template for the start of the relation.

InterfaceSpecificationTemplate.possibleStartOfRelations.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.possibleStartOfRelations.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.possibleStartOfRelations.filter ● RelationConditionFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.possibleStartOfRelations.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.possibleStartOfRelations.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.possibleStartOfRelations.orderBy ● [RelationConditionOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.possibleStartOfRelations.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

InterfaceSpecificationTemplate.shapeRadius ● Float scalar ​

The corner radius of the shape, ignored for circle/ellipse.

InterfaceSpecificationTemplate.shapeType ● ShapeType! non-null enum ​

The type of the shape.

InterfaceSpecificationTemplate.stroke ● StrokeStyle object ​

Style of the stroke

InterfaceSpecificationTemplate.templateFieldSpecifications ● [JSONField!]! non-null object ​

All template field specifications, if a namePrefix is provided, only those matching it

InterfaceSpecificationTemplate.templateFieldSpecifications.namePrefix ● String scalar ​

Name of the extension field.

InterfaceSpecificationTemplate.usedIn ● InterfaceSpecificationConnection! non-null object ​

Entities which use this template.

InterfaceSpecificationTemplate.usedIn.after ● String scalar ​

Get only items after the cursor

InterfaceSpecificationTemplate.usedIn.before ● String scalar ​

Get only items before the cursor

InterfaceSpecificationTemplate.usedIn.filter ● InterfaceSpecificationFilterInput input ​

Filter for specific items in the connection

InterfaceSpecificationTemplate.usedIn.first ● Int scalar ​

Get the first n items. Must not be used if before is specified

InterfaceSpecificationTemplate.usedIn.last ● Int scalar ​

Get the last n items. Must not be used if after is specified

InterfaceSpecificationTemplate.usedIn.orderBy ● [InterfaceSpecificationOrder!] list input ​

Order in which the items are sorted

InterfaceSpecificationTemplate.usedIn.skip ● Int scalar ​

Skips n items. First or last MUST be specified, is otherwise ignored

Interfaces ​

BaseNode interface ​

Shared extensions to the node type.

BaseTemplate interface ​

Base type for both Template and SubTemplate. Defines templated fields with specific types (defined using JSON schema). READ is always granted.

Named interface ​

Entity with a name and a description.

NamedNode interface ​

Node with a name and description

Node interface ​

Base class of all nodes

RelationPartnerTemplate interface ​

Template for RelationPartners.

Template interface ​

BaseTemplate with composition features. Can have SubTemplates. Defines templated fields with specific types (defined using JSON schema).

Returned By ​

searchInterfaceSpecificationTemplates query

Member Of ​

CreateInterfaceSpecificationTemplatePayload object ● InterfacePartTemplate object ● InterfaceSpecification object ● InterfaceSpecificationTemplateConnection object ● InterfaceSpecificationTemplateEdge object ● InterfaceSpecificationVersionTemplate object ● UpdateInterfaceSpecificationTemplatePayload object

Released under the MIT License.