PlatformConnection
The connection type for Platform.
type PlatformConnection {
edges: [PlatformEdge]
nodes: [Platform]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PlatformConnection.edges ● [PlatformEdge] list object
A list of edges.
PlatformConnection.nodes ● [Platform] list object
A list of nodes.
PlatformConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PlatformConnection.totalCount ● Int! non-null scalar
Member Of
ContentType object