OBJECT

ObjectInstancesEdge

A ObjectInstance edge in the connection.

link GraphQL Schema definition

  • type ObjectInstancesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `ObjectInstance` at the end of the edge.
  • node: ObjectInstance!
  • }