OBJECT

ObjectClassPropsConnection

A connection to a list of ObjectClassProp values.

link GraphQL Schema definition

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