ActEdge
An edge that contains a node of type Act and a cursor.
type ActEdge {
node: Act!
cursor: String!
}
Fields
ActEdge.node ● Act! non-null object
The Act node.
ActEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
ActConnection object