UploadCategoryImageInput
type categoryImage {
  categoryIds: string[],
  url?: string,
  base64?: string
}
Fields
Id list of the category to upload the image. If more than one category id is entered, the uploaded image will be added to all categories.
urlstringUrl of the uploading image.If this value is entered, it is not necessary to enter base64.
base64stringBase64 string of the uploading image.If this value is entered, it is not necessary to enter url.