 
    
    Search: 
OBJECT
PaymentItemEdge
Relay-style pagination (https://facebook.github.io/relay/graphql/connections.htm)
link GraphQL Schema definition
- type PaymentItemEdge {
- : ID 
- : PaymentItem 
- }
 
    
OBJECT
Relay-style pagination (https://facebook.github.io/relay/graphql/connections.htm)
- type PaymentItemEdge {
- cursor: ID 
- node: PaymentItem 
- }