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