OBJECT

FreelanceProjectEdge

link GraphQL Schema definition

1type FreelanceProjectEdge {
2
3cursor: String!
4
5node: FreelanceProject!
6
7}