OBJECT

TaxonsConnection

The connection type for Taxon.

link GraphQL Schema definition

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