OBJECT

FreelancePaymentConnection

link GraphQL Schema definition

1type FreelancePaymentConnection {
2
3edges: [FreelancePaymentEdge!]!
4
5nodes: [FreelancePayment!]!
6
7pageInfo: PageInfo!
8
9}

link Required by