OBJECT
PrototypesConnection
The connection type for Prototype.
link GraphQL Schema definition
- type PrototypesConnection {
- # A list of edges.
- PrototypesEdge] : [
- # A list of nodes.
- Prototype] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }