@nautical-commerce/graphql-schema 1.57.0-2-g4b47fa800 → 1.57.0-3-g46155dc84
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +4 -28
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13880,7 +13880,7 @@ type Mutation {
|
|
13880
13880
|
description: String
|
13881
13881
|
|
13882
13882
|
"""
|
13883
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13883
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.pdf, image/x-eps, text/x-comma-separated-values, application/excel, image/heif-sequence, text/pdf, image/webp, image/gif, application/gzip-compressed, application/dwg, application/pdf, text/svg, application/tif, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/bmp, application/rtf, application/x-rar, image/dxf, application/csv, image/x-dxf, application/x-acad, application/x-dxf, application/x-rtf, image/eps, application/vnd.ms-word, application/gzipped, image/heic-sequence, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-gzip, text/x-pdf, application/dxf, application/x-dwg, application/acrobat, image/x-tif, application/svg+xml, application/x-tar, image/tif, image/x-dwg, application/tiff, pplication/vnd.rar, application/x-zip-compressed, application/acad, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/jpg, application/vnd.oasis.opendocument.text, image/heic, image/x-ms-bmp, drawing/x-dwf, application/x-pdf, image/jpeg, image/svg, text/comma-separated-values, image/jpg, image/x-tiff, application/msword, text/rtf, application/eps, text/x-csv, drawing/dwg, application/gzip, application/vnd.oasis.opendocument.presentation, application/x-jpg, application/x-autocad, drawing/x-dwg, image/heif, application/x-tif, application/postscript, application/x-rar-compressed, image/png, application/vnd.ms-excel, image/svg+xml, image/vnd.dwg, application/zip, application/x-csv, application/x-tiff, text/plain, image/x-bmp, text/csv, image/tiff, application/vnd.oasis.opendocument.spreadsheet.
|
13884
13884
|
"""
|
13885
13885
|
file: Upload!
|
13886
13886
|
|
@@ -16135,15 +16135,6 @@ type Mutation {
|
|
16135
16135
|
input: [MetadataInput!]!
|
16136
16136
|
): PrivateMetadataUpdate
|
16137
16137
|
|
16138
|
-
"""Assigns storefront's navigation menus."""
|
16139
|
-
assignNavigation(
|
16140
|
-
"""ID of the menu."""
|
16141
|
-
menu: ID
|
16142
|
-
|
16143
|
-
"""Type of the navigation bar to assign the menu to."""
|
16144
|
-
navigationType: NavigationType!
|
16145
|
-
): AssignNavigation @deprecated(reason: "This will be removed on October 29, 2024")
|
16146
|
-
|
16147
16138
|
"""Creates a new Menu."""
|
16148
16139
|
menuCreate(
|
16149
16140
|
"""Fields required to create a menu."""
|
@@ -23059,11 +23050,10 @@ type PrivateMetadataUpdate {
|
|
23059
23050
|
item: ObjectWithMetadata
|
23060
23051
|
}
|
23061
23052
|
|
23062
|
-
"""
|
23063
|
-
type
|
23064
|
-
"""Assigned navigation menu."""
|
23065
|
-
menu: Menu
|
23053
|
+
"""Creates a new Menu."""
|
23054
|
+
type MenuCreate {
|
23066
23055
|
menuErrors: [MenuError!]!
|
23056
|
+
menu: Menu
|
23067
23057
|
}
|
23068
23058
|
|
23069
23059
|
type MenuError {
|
@@ -23092,20 +23082,6 @@ enum MenuErrorCode {
|
|
23092
23082
|
UNIQUE
|
23093
23083
|
}
|
23094
23084
|
|
23095
|
-
enum NavigationType {
|
23096
|
-
"""Main storefront navigation."""
|
23097
|
-
MAIN
|
23098
|
-
|
23099
|
-
"""Secondary storefront navigation."""
|
23100
|
-
SECONDARY
|
23101
|
-
}
|
23102
|
-
|
23103
|
-
"""Creates a new Menu."""
|
23104
|
-
type MenuCreate {
|
23105
|
-
menuErrors: [MenuError!]!
|
23106
|
-
menu: Menu
|
23107
|
-
}
|
23108
|
-
|
23109
23085
|
input MenuCreateInput {
|
23110
23086
|
"""Name of the menu."""
|
23111
23087
|
name: String!
|