CustomFieldChoicesInput
No description
input CustomFieldChoicesInput {
overwrite: Boolean
keys: [String!]!
}
Fields
CustomFieldChoicesInput.overwrite ● Boolean scalar
If true all choices are replaced by "keys", otherwise only new keys are added.
CustomFieldChoicesInput.keys ● [String!]! non-null scalar
The list of selected choices keys. The choices can be managed with mutation "setCustomFieldChoices".
Member Of
CustomFieldUnionInput input