OBJECT
The connection type for Taxon.
type TaxonConnection {# A list of edges.edges: [TaxonEdge] # A list of nodes.nodes: [Taxon] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }