Skip to content

InterfacePartConnection

The connection type for InterfacePart.

graphql
type InterfacePartConnection {
  edges: [InterfacePartEdge!]!
  nodes: [InterfacePart!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

InterfacePartConnection.edges ● [InterfacePartEdge!]! non-null object

A list of all edges of the current page.

InterfacePartConnection.nodes ● [InterfacePart!]! non-null object

A list of all nodes of the current page.

InterfacePartConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InterfacePartConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

InterfacePartTemplate object ● InterfaceSpecificationVersion object ● IntraComponentDependencyParticipant object ● Relation object

Released under the MIT License.