INPUT_OBJECT
ImageInput
Image upload. Exactly one of (dataBase64 AND filename) or sourceUrl must be supplied.
link GraphQL Schema definition
- input ImageInput {
- # The image data, base64 encoded.
- String :
- # The filename that will be used to label this image.
- String :
- # A URL from which the image data can be fetched.
- String :
- # The ID from an existing image type
- ID :
- # The file size of the image in bytes.
- Int :
- # Alt text description of the image.
- String :
- }
link Require by
- AdvertInputnull
- GoldenProductInputnull
- GoldenProductUpdateInputnull
- GoldenProductVariantInputnull
- GoldenProductVariantUpdateInputnull
- RefundRequestNoteInputNote on a refund request
- RefundRequestRefundMutationInputAutogenerated input type of RefundRequestRefundMutation
- RemittanceAdviceUpdateMutationInputAutogenerated input type of RemittanceAdviceUpdateMutation
- ReturnShipmentCreateMutationInputAutogenerated input type of ReturnShipmentCreateMutation
- ReturnShipmentUpdateMutationInputAutogenerated input type of ReturnShipmentUpdateMutation
- SellerInputAttributes for creating a seller.
- SellerUpdateInputAttributes for updating a seller.
- VariantInputnull