OBJECT
ObjectClassPropsEdge
A ObjectClassProp edge in the connection.
link GraphQL Schema definition
- type ObjectClassPropsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ObjectClassProp` at the end of the edge.
- : ObjectClassProp!
- }
OBJECT
A ObjectClassProp edge in the connection.
- type ObjectClassPropsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ObjectClassProp` at the end of the edge.
- : ObjectClassProp!
- }