OBJECT

PluginConnection

A connection to a list of items.

link GraphQL Schema definition

  • type PluginConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [PluginEdge]
  • # A list of Plugin nodes.
  • nodes: [Plugin!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }