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