INPUT_OBJECT

CreateFreelanceProjectParams

link GraphQL Schema definition

1input CreateFreelanceProjectParams {
3
2currency: String!
6
4# The timestamp of the target delivery date
5deliveryDate: Int!
8
7description: String!
11
9# The user id of the hiring person
10hirerId: Int!
13
12title: String!
15
14unitAmount: Float!
17
16upfrontPercent: FreelanceProjectUpfrontPercentage!
18}

link Required by