Skip to content

IntraComponentDependencyParticipantConnection

The connection type for IntraComponentDependencyParticipant.

graphql
type IntraComponentDependencyParticipantConnection {
  edges: [IntraComponentDependencyParticipantEdge!]!
  nodes: [IntraComponentDependencyParticipant!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IntraComponentDependencyParticipantConnection.edges ● [IntraComponentDependencyParticipantEdge!]! non-null object

A list of all edges of the current page.

IntraComponentDependencyParticipantConnection.nodes ● [IntraComponentDependencyParticipant!]! non-null object

A list of all nodes of the current page.

IntraComponentDependencyParticipantConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IntraComponentDependencyParticipantConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Interface object ● InterfacePart object ● IntraComponentDependencySpecification object

Released under the MIT License.