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