Skip to content

InterfaceSpecificationVersionConnection

The connection type for InterfaceSpecificationVersion.

graphql
type InterfaceSpecificationVersionConnection {
  edges: [InterfaceSpecificationVersionEdge!]!
  nodes: [InterfaceSpecificationVersion!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfaceSpecificationVersionConnection.edges ● [InterfaceSpecificationVersionEdge!]! non-null object

A list of all edges of the current page.

InterfaceSpecificationVersionConnection.nodes ● [InterfaceSpecificationVersion!]! non-null object

A list of all nodes of the current page.

InterfaceSpecificationVersionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfaceSpecificationVersionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

InterfaceSpecification object ● InterfaceSpecificationVersionTemplate object

Released under the MIT License.