OBJECT

FreelancePaymentEdge

link GraphQL Schema definition

1type FreelancePaymentEdge {
2
3cursor: String!
4
5node: FreelancePayment!
6
7}