OBJECT
PropertyPreferenceEdge
An edge in a connection.
link GraphQL Schema definition
- type PropertyPreferenceEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : PropertyPreference
- }
OBJECT
An edge in a connection.
- type PropertyPreferenceEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : PropertyPreference
- }