PlatformEdge
An edge in a connection.
type PlatformEdge {
cursor: String!
node: Platform
}
Fields
PlatformEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
PlatformEdge.node ● Platform object
The item at the end of the edge.
Member Of
PlatformConnection object