OBJECT
PropertyPreferenceConnection
The connection type for PropertyPreference.
link GraphQL Schema definition
- type PropertyPreferenceConnection {
- # A list of edges.
- : [PropertyPreferenceEdge]
- # A list of nodes.
- : [PropertyPreference]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }