Skip to main content

PluginCountableConnection

No description

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

Fields

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

Contains the nodes in this connection

PluginCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

PluginCountableConnection.totalCount ● Int! non-null scalar

A total count of items in the collection

Returned By

plugins query

Was this page helpful?