OBJECT
ObjectInstancesConnection
A connection to a list of ObjectInstance values.
link GraphQL Schema definition
- type ObjectInstancesConnection {
- # A list of `ObjectInstance` objects.
- : [ObjectInstance!]!
- # A list of edges which contains the `ObjectInstance` and cursor to aid in
- # pagination.
- : [ObjectInstancesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ObjectInstance` you could get from the connection.
- : Int!
- }