TinConnection
No description
type TinConnection {
pageInfo: PageInfo!
edges: [TinEdge]!
}
Fields
TinConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
TinConnection.edges ● [TinEdge]! non-null object
Contains the nodes in this connection.
Member Of
Record object