OBJECT
ObjectInstancesEdge
A ObjectInstance edge in the connection.
link GraphQL Schema definition
- type ObjectInstancesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ObjectInstance` at the end of the edge.
- : ObjectInstance!
- }
OBJECT
A ObjectInstance edge in the connection.
- type ObjectInstancesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ObjectInstance` at the end of the edge.
- : ObjectInstance!
- }