InterfaceSpecificationVersionConnection
The connection type for InterfaceSpecificationVersion.
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