INPUT_OBJECT

CreateFreelanceServiceParams

link GraphQL Schema definition

1input CreateFreelanceServiceParams {
4
2# Image assets that represent this service, maximum of 50
3assets: [FreelanceServiceAssetInput!]
6
5categories: [Int!]
8
7concepts: Int
10
9deliveryTime: FreelanceServiceDeliveryTime!
12
11description: String!
14
13revisions: Int
16
15title: String!
18
17unitAmount: Float!
19}

link Required by