CreateActionCreateOrUpdateCustomObjectInput
No description
input CreateActionCreateOrUpdateCustomObjectInput {
custom_object_definition_id: ID!
fields: [ActionCreateOrUpdateCustomObjectFieldInput!]
match_field_id: ID
match_mode: CustomObjectMatchMode!
match_value: ChangeParametersInput
}
Fields
CreateActionCreateOrUpdateCustomObjectInput.custom_object_definition_id ● ID! non-null scalar
CreateActionCreateOrUpdateCustomObjectInput.fields ● [ActionCreateOrUpdateCustomObjectFieldInput!] list input
CreateActionCreateOrUpdateCustomObjectInput.match_field_id ● ID scalar
Required when match_mode is MATCH_ON_FIELD; must belong to the same definition.
CreateActionCreateOrUpdateCustomObjectInput.match_mode ● CustomObjectMatchMode! non-null enum
CreateActionCreateOrUpdateCustomObjectInput.match_value ● ChangeParametersInput input
Required when match_mode is MATCH_ON_FIELD. Same vocabulary as a field value, so the value matched on can be a token or a copy of another field.
Member Of
CreateActionCreateOrUpdateCustomObjectHasOne input ● UpdateActionCreateOrUpdateCustomObjectHasOne input


