PluginCountableConnection
No description
type PluginCountableConnection {
  pageInfo: PageInfo!
  edges: [PluginCountableEdge!]!
  totalCount: Int
}
Fields
PluginCountableConnection.pageInfo ● PageInfo! non-null object miscellaneous
Pagination data for this connection.
PluginCountableConnection.edges ● [PluginCountableEdge!]! non-null object miscellaneous
PluginCountableConnection.totalCount ● Int scalar miscellaneous
A total count of items in the collection.
Returned By
plugins query