InterfaceSpecificationConnection
The connection type for InterfaceSpecification.
type InterfaceSpecificationConnection {
edges: [InterfaceSpecificationEdge!]!
nodes: [InterfaceSpecification!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
InterfaceSpecificationConnection.edges
● [InterfaceSpecificationEdge!]!
non-null object
A list of all edges of the current page.
InterfaceSpecificationConnection.nodes
● [InterfaceSpecification!]!
non-null object
A list of all nodes of the current page.
InterfaceSpecificationConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
InterfaceSpecificationConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
Component
object ● InterfaceSpecificationTemplate
object