Skip to content

InterfaceSpecificationTemplateConnection

The connection type for InterfaceSpecificationTemplate.

graphql
type InterfaceSpecificationTemplateConnection {
  edges: [InterfaceSpecificationTemplateEdge!]!
  nodes: [InterfaceSpecificationTemplate!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfaceSpecificationTemplateConnection.edges ● [InterfaceSpecificationTemplateEdge!]! non-null object

A list of all edges of the current page.

InterfaceSpecificationTemplateConnection.nodes ● [InterfaceSpecificationTemplate!]! non-null object

A list of all nodes of the current page.

InterfaceSpecificationTemplateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfaceSpecificationTemplateConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

interfaceSpecificationTemplates query

Member Of

ComponentTemplate object ● InterfaceSpecificationDerivationCondition object ● InterfaceSpecificationTemplate object

Released under the MIT License.