CustomItemCategoryInput
No description
input CustomItemCategoryInput {
categoryId: String!
categoryName: String!
categoryType: CategoryType!
selectedVariants: [CreateCustomBuildItemInput!]!
}
Fields
CustomItemCategoryInput.categoryId ● String! non-null scalar
CustomItemCategoryInput.categoryName ● String! non-null scalar
CustomItemCategoryInput.categoryType ● CategoryType! non-null enum
CustomItemCategoryInput.selectedVariants ● [CreateCustomBuildItemInput!]! non-null input
Member Of
CreateCustomItemInput input