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