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