InterfacePartConnection
The connection type for InterfacePart.
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