@nautical-commerce/graphql-schema 1.80.0-10-g748fbbe2c → 1.80.0-12-g66008aea4
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 +4 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2327,7 +2327,6 @@ type User implements Node & ObjectWithMetadata {
|
|
2327
2327
|
email: String!
|
2328
2328
|
firstName: String!
|
2329
2329
|
lastName: String!
|
2330
|
-
isStaff: Boolean!
|
2331
2330
|
isActive: Boolean!
|
2332
2331
|
|
2333
2332
|
"""A note about the customer."""
|
@@ -2484,6 +2483,9 @@ type User implements Node & ObjectWithMetadata {
|
|
2484
2483
|
"""If true, the user can be assigned as the owner of a seller"""
|
2485
2484
|
isAssignable: Boolean!
|
2486
2485
|
|
2486
|
+
"""If true, the user is an MPO or a seller staff member"""
|
2487
|
+
isStaff: Boolean!
|
2488
|
+
|
2487
2489
|
"""List of documents associated with the user."""
|
2488
2490
|
documents: [Document!]!
|
2489
2491
|
|
@@ -12558,7 +12560,7 @@ type Mutation {
|
|
12558
12560
|
description: String
|
12559
12561
|
|
12560
12562
|
"""
|
12561
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12563
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-jpg, drawing/x-dwf, application/x-csv, image/x-ms-bmp, image/dxf, image/x-tif, text/csv, image/heif, application/vnd.oasis.opendocument.text, application/dxf, application/vnd.oasis.opendocument.presentation, application/gzip, image/x-bmp, image/tif, application/rtf, application/x-rtf, application/acad, text/svg, application/svg+xml, application/tif, application/gzipped, application/csv, image/heic, image/gif, image/jpg, image/heif-sequence, application/postscript, image/heic-sequence, application/jpg, application/x-tif, image/eps, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dwg, application/tiff, image/tiff, application/dwg, image/x-eps, text/x-comma-separated-values, image/jpeg, application/x-gzip, drawing/dwg, application/vnd.ms-excel, application/x-tar, text/x-csv, text/pdf, image/vnd.dwg, application/x-tiff, text/rtf, application/gzip-compressed, image/x-dxf, application/excel, application/msword, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-pdf, application/x-zip-compressed, application/vnd.ms-powerpoint, application/x-rar, image/x-tiff, drawing/x-dwg, application/acrobat, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dwg, application/x-eps, image/png, application/zip, application/x-autocad, application/x-acad, image/bmp, application/vnd.pdf, application/vnd.oasis.opendocument.spreadsheet, application/x-rar-compressed, image/svg+xml, application/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/svg, application/pdf, image/webp, text/svg-xml, text/plain, text/x-pdf, pplication/vnd.rar, text/comma-separated-values.
|
12562
12564
|
"""
|
12563
12565
|
file: Upload!
|
12564
12566
|
|