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