OBJECT

ObjectClassPropsEdge

A ObjectClassProp edge in the connection.

link GraphQL Schema definition

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