CustomProductCategoryInput
No description
input CustomProductCategoryInput {
id: ID
categoryType: CategoryType!
name: String!
isRequired: Boolean!
image: ImageInput
variants: [CustomProductCategoryVariantInput]!
settings: CustomProductCategorySettingsInput!
translations: [CustomProductCategoryTranslationInput!]
}
Fields
CustomProductCategoryInput.id ● ID scalar
CustomProductCategoryInput.categoryType ● CategoryType! non-null enum
CustomProductCategoryInput.name ● String! non-null scalar
CustomProductCategoryInput.isRequired ● Boolean! non-null scalar
CustomProductCategoryInput.image ● ImageInput input
CustomProductCategoryInput.variants ● [CustomProductCategoryVariantInput]! non-null input
CustomProductCategoryInput.settings ● CustomProductCategorySettingsInput! non-null input
CustomProductCategoryInput.translations ● [CustomProductCategoryTranslationInput!] list input
Member Of
ProductInput input