@nautical-commerce/graphql-schema 1.88.0-8-ga4232deab → 1.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nautical/schema.graphql +2 -75
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11355,7 +11355,7 @@ type Mutation {
|
|
11355
11355
|
description: String
|
11356
11356
|
|
11357
11357
|
"""
|
11358
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11358
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif, drawing/x-dwf, application/x-tif, text/svg, image/dxf, image/x-dwg, image/heif-sequence, application/zip, image/svg, application/rtf, application/x-dxf, application/gzip-compressed, application/vnd.oasis.opendocument.text, application/dxf, image/x-bmp, application/acrobat, application/jpg, image/tif, application/postscript, image/bmp, application/x-acad, application/svg+xml, image/heic, image/heic-sequence, pplication/vnd.rar, application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, application/vnd.ms-excel, text/x-comma-separated-values, image/x-tif, application/x-eps, text/plain, application/x-tar, application/msword, image/eps, text/comma-separated-values, image/x-eps, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, text/pdf, image/x-dxf, application/tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dwg, application/x-rar-compressed, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwg, application/gzipped, image/tiff, application/x-tiff, application/csv, application/x-rar, application/tiff, application/x-csv, application/x-autocad, application/x-dwg, image/jpeg, image/x-tiff, application/excel, application/x-gzip, application/vnd.ms-word, application/x-rtf, text/rtf, application/acad, application/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/csv, application/x-zip-compressed, application/x-pdf, image/png, image/x-ms-bmp, application/x-jpg, application/vnd.ms-powerpoint, image/vnd.dwg, drawing/dwg, image/jpg, image/svg+xml, image/gif, application/vnd.pdf, application/gzip, image/webp, text/x-pdf.
|
11359
11359
|
"""
|
11360
11360
|
file: Upload!
|
11361
11361
|
|
@@ -19825,95 +19825,22 @@ input ExportInfoInput {
|
|
19825
19825
|
}
|
19826
19826
|
|
19827
19827
|
enum ProductFieldEnum {
|
19828
|
-
"""ID"""
|
19829
|
-
ID
|
19830
|
-
|
19831
|
-
"""Name"""
|
19832
19828
|
NAME
|
19833
|
-
|
19834
|
-
"""Description"""
|
19835
19829
|
DESCRIPTION
|
19836
|
-
|
19837
|
-
"""Product type"""
|
19838
19830
|
PRODUCT_TYPE
|
19839
|
-
|
19840
|
-
"""Product template"""
|
19841
|
-
PRODUCT_TEMPLATE
|
19842
|
-
|
19843
|
-
"""Seller"""
|
19844
|
-
SELLER
|
19845
|
-
|
19846
|
-
"""Category"""
|
19847
19831
|
CATEGORY
|
19848
|
-
|
19849
|
-
"""Visible"""
|
19850
19832
|
VISIBLE
|
19851
|
-
|
19852
|
-
"""Available for purchase"""
|
19853
19833
|
AVAILABLE_FOR_PURCHASE
|
19854
|
-
|
19855
|
-
"""Searchable"""
|
19856
19834
|
SEARCHABLE
|
19857
|
-
|
19858
|
-
"""Product weight"""
|
19859
19835
|
PRODUCT_WEIGHT
|
19860
|
-
|
19861
|
-
"""Product dimensions"""
|
19862
|
-
PRODUCT_DIMENSIONS
|
19863
|
-
|
19864
|
-
"""Collections"""
|
19865
19836
|
COLLECTIONS
|
19866
|
-
|
19867
|
-
"""Charge taxes"""
|
19868
19837
|
CHARGE_TAXES
|
19869
|
-
|
19870
|
-
"""Product images"""
|
19871
19838
|
PRODUCT_IMAGES
|
19872
|
-
|
19873
|
-
"""URL handle"""
|
19874
|
-
URL_HANDLE
|
19875
|
-
|
19876
|
-
"""SEO title"""
|
19877
|
-
SEO_TITLE
|
19878
|
-
|
19879
|
-
"""SEO description"""
|
19880
|
-
SEO_DESCRIPTION
|
19881
|
-
|
19882
|
-
"""Variant name"""
|
19883
|
-
VARIANT_NAME
|
19884
|
-
|
19885
|
-
"""Variant SKU"""
|
19886
19839
|
VARIANT_SKU
|
19887
|
-
|
19888
|
-
"""Variant price"""
|
19889
19840
|
VARIANT_PRICE
|
19890
|
-
|
19891
|
-
"""Variant cost price"""
|
19892
|
-
VARIANT_COST_PRICE
|
19893
|
-
|
19894
|
-
"""Variant currency"""
|
19895
|
-
VARIANT_CURRENCY
|
19896
|
-
|
19897
|
-
"""Variant weight"""
|
19841
|
+
COST_PRICE
|
19898
19842
|
VARIANT_WEIGHT
|
19899
|
-
|
19900
|
-
"""Variant dimensions"""
|
19901
|
-
VARIANT_DIMENSIONS
|
19902
|
-
|
19903
|
-
"""Variant images"""
|
19904
19843
|
VARIANT_IMAGES
|
19905
|
-
|
19906
|
-
"""Product attributes"""
|
19907
|
-
PRODUCT_ATTRIBUTES
|
19908
|
-
|
19909
|
-
"""Product custom fields"""
|
19910
|
-
PRODUCT_CUSTOM_FIELDS
|
19911
|
-
|
19912
|
-
"""Variant attributes"""
|
19913
|
-
VARIANT_ATTRIBUTES
|
19914
|
-
|
19915
|
-
"""Variant custom fields"""
|
19916
|
-
VARIANT_CUSTOM_FIELDS
|
19917
19844
|
}
|
19918
19845
|
|
19919
19846
|
enum FileTypesEnum {
|