INPUT_OBJECT

CustomFieldValueInput

Attributes for creating or updating a CustomFieldValues

link GraphQL Schema definition

  • input CustomFieldValueInput {
  • # ID of the associated CustomField
  • customFieldId: ID!
  • # Value for the CustomField
  • value: JSON!
  • }