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.
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!
  interfaceDefinitionTemplate: InterfaceDefinitionTemplate!
  interfacePartTemplate: InterfacePartTemplate!
  interfaceSpecificationVersionTemplate: InterfaceSpecificationVersionTemplate!
  interfaceTemplate: InterfaceTemplate!
  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●StringscalarGet 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●StringscalarGet 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●StringscalarGet 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●StringscalarGet 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●StringscalarGet 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●AllPermissionEntryenumThe permission to check for
InterfaceSpecificationTemplate.id ● ID! non-null scalar
The unique id of this node
InterfaceSpecificationTemplate.interfaceDefinitionTemplate ● InterfaceDefinitionTemplate! non-null object
SubTemplate applied to all InterfaceDefinitions of InterfaceSpecifications with this Template.
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.interfaceTemplate ● InterfaceTemplate! non-null object
SubTemplate applied to all Interfaces of InterfaceSpecifications with this Template.
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●StringscalarGet 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●StringscalarGet 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
InterfaceSpecificationTemplate.shapeType ● ShapeType! non-null enum
InterfaceSpecificationTemplate.stroke ● StrokeStyle object
Style of the stroke
InterfaceSpecificationTemplate.templateFieldSpecifications ● [JSONField!]! non-null object
All template field specifications, if a
namePrefixis provided, only those matching it
InterfaceSpecificationTemplate.templateFieldSpecifications.namePrefix●StringscalarName of the extension field.
InterfaceSpecificationTemplate.usedIn ● InterfaceSpecificationConnection! non-null object
Entities which use this template.
InterfaceSpecificationTemplate.usedIn.after●StringscalarGet 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).
Member of
InterfaceDefinitionTemplate  object ● InterfacePartTemplate  object ● InterfaceSpecification  object ● InterfaceSpecificationTemplateConnection  object ● InterfaceSpecificationTemplateEdge  object ● InterfaceSpecificationVersionTemplate  object ● InterfaceTemplate  object