PlatformTokenConnection
A connection to a list of items.
type PlatformTokenConnection {
edges: [PlatformTokenEdge!]
nodes: [PlatformToken!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PlatformTokenConnection.edges ● [PlatformTokenEdge!] list object
A list of edges.
PlatformTokenConnection.nodes ● [PlatformToken!] list interface
A flattened list of the nodes.
PlatformTokenConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PlatformTokenConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.