INPUT_OBJECT

CustomFieldInput

Custom Field Input

link GraphQL Schema definition

1input CustomFieldInput {
4
2# Id of the custom field.
3id: String
7
5# Value of the custom field.
6value: JSON
8}