ShareConnection
The connection type for shares.
type ShareConnection {
pageInfo: PageInfo!
edges: [ShareEdge!]!
}
Fields
ShareConnection.pageInfo
● PageInfo!
non-null object
The pagination information.
ShareConnection.edges
● [ShareEdge!]!
non-null object
The list of edges.
Returned by
shares
query