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