CreateCustomFieldInRelatedInstanceInput
No description
input CreateCustomFieldInRelatedInstanceInput {
name: String!
type: FieldType!
related_product_id: ID!
object_type: CustomFieldObjectType!
drop_down_name: String
source_field_id: ID
}
Fields
CreateCustomFieldInRelatedInstanceInput.name ● String! non-null scalar
CreateCustomFieldInRelatedInstanceInput.type ● FieldType! non-null enum
CreateCustomFieldInRelatedInstanceInput.related_product_id ● ID! non-null scalar
CreateCustomFieldInRelatedInstanceInput.object_type ● CustomFieldObjectType! non-null enum
CreateCustomFieldInRelatedInstanceInput.drop_down_name ● String scalar
CreateCustomFieldInRelatedInstanceInput.source_field_id ● ID scalar
Caller-side custom field id we're cloning from. Required for SELECT and MULTISELECT so the service can look up the source DropDown (and its options) by the source field's drop_down_id instead of trying to match on the target name — which can have been edited away from the source.
Member Of
createCustomFieldInRelatedInstance mutation


