PluginCountableEdge
No description
type PluginCountableEdge {
node: Plugin!
cursor: String!
}
Fields
PluginCountableEdge.node ● Plugin! non-null object
The item at the end of the edge.
PluginCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
PluginCountableConnection object
Was this page helpful?