Skip to content

InterfaceSpecificationConnection

The connection type for InterfaceSpecification.

graphql
type InterfaceSpecificationConnection {
  edges: [InterfaceSpecificationEdge!]!
  nodes: [InterfaceSpecification!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfaceSpecificationConnection.edges ● [InterfaceSpecificationEdge!]! non-null object

A list of all edges of the current page.

InterfaceSpecificationConnection.nodes ● [InterfaceSpecification!]! non-null object

A list of all nodes of the current page.

InterfaceSpecificationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfaceSpecificationConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object ● InterfaceSpecificationTemplate object

Released under the MIT License.