OBJECT
PluginConnection
A connection to a list of items.
link GraphQL Schema definition
- type PluginConnection {
- # Information to aid in pagination.
- PageInfo! :
- # A list of edges.
- PluginEdge] : [
- # A list of Plugin nodes.
- Plugin!]! : [
- # The total count of items in the connection.
- Int! :
- }