ChangesEdge
An edge in a connection.
type ChangesEdge {
cursor: String!
node: EntityChanges
}
Fields
ChangesEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
ChangesEdge.node
● EntityChanges
object
The item at the end of the edge.
Member Of
ChangesConnection
object