OBJECT

JobItemEdge

link GraphQL Schema definition

1type JobItemEdge {
2
3cursor: String!
4
5node: JobItem!
6
7}