INPUT_OBJECT

CustomStepFieldInput

Step Custom Field input

link GraphQL Schema definition

1input CustomStepFieldInput {
4
2# Id of the Custom Field.
3id: String
7
5# value of the Custom Field.
6value: JSON
8}