OBJECT

TaxonConnection

The connection type for Taxon.

link GraphQL Schema definition

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