OBJECT
The connection type for TaxRate.
type TaxRateConnection {# A list of edges.edges: [TaxRateEdge] # A list of nodes.nodes: [TaxRate] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }