Skip to main content
Version: 3.x

PluginCountableConnection

No description

type PluginCountableConnection {
pageInfo: PageInfo!
edges: [PluginCountableEdge!]!
totalCount: Int
}

Fields

PluginCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

PluginCountableConnection.edges ● [PluginCountableEdge!]! non-null object

PluginCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

plugins query


Was this page helpful?