INPUT_OBJECT
Attributes for creating or updating a CustomFieldOption
input CustomFieldOptionInput {# ID of the associated CustomFieldcustomFieldId: ID# ID of the CustomFieldOptioncustomFieldOptionId: ID# Label for the CustomFieldOptionlabel: String!# Value for the CustomFieldOptionvalue: String!}