OBJECT

ObjectInstancesConnection

A connection to a list of ObjectInstance values.

link GraphQL Schema definition

  • type ObjectInstancesConnection {
  • # A list of `ObjectInstance` objects.
  • nodes: [ObjectInstance!]!
  • # A list of edges which contains the `ObjectInstance` and cursor to aid in
  • # pagination.
  • edges: [ObjectInstancesEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `ObjectInstance` you could get from the connection.
  • totalCount: Int!
  • }