OBJECT
PointTransactionConnection
The connection type for PointTransaction.
link GraphQL Schema definition
- type PointTransactionConnection {
- # A list of edges.
- : [PointTransactionEdge]
- # A list of nodes.
- : [PointTransaction]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }