ShareEdge
No description
type ShareEdge {
cursor: String!
node: Share!
}
Fields
ShareEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
ShareEdge.node
● Share!
non-null object
The item at the end of the edge.
Member of
ShareConnection
object