@nautical-commerce/graphql-schema 1.80.0-24-g71f536158 → 1.80.0-25-g2c207674d
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 +35 -65
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -450,36 +450,6 @@ type Query {
|
|
450
450
|
"""Return the last n elements from the list."""
|
451
451
|
last: Int
|
452
452
|
): SellerEventTypeCountableConnection
|
453
|
-
allowedOwners(
|
454
|
-
query: String
|
455
|
-
|
456
|
-
"""Return the elements in the list that come before the specified cursor."""
|
457
|
-
before: String
|
458
|
-
|
459
|
-
"""Return the elements in the list that come after the specified cursor."""
|
460
|
-
after: String
|
461
|
-
|
462
|
-
"""Return the first n elements from the list."""
|
463
|
-
first: Int
|
464
|
-
|
465
|
-
"""Return the last n elements from the list."""
|
466
|
-
last: Int
|
467
|
-
): UserCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
468
|
-
availablePlans(
|
469
|
-
query: String
|
470
|
-
|
471
|
-
"""Return the elements in the list that come before the specified cursor."""
|
472
|
-
before: String
|
473
|
-
|
474
|
-
"""Return the elements in the list that come after the specified cursor."""
|
475
|
-
after: String
|
476
|
-
|
477
|
-
"""Return the first n elements from the list."""
|
478
|
-
first: Int
|
479
|
-
|
480
|
-
"""Return the last n elements from the list."""
|
481
|
-
last: Int
|
482
|
-
): AgreementCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
483
453
|
|
484
454
|
"""Look up an refund by ID."""
|
485
455
|
refund(
|
@@ -9415,40 +9385,6 @@ enum SellerSortField {
|
|
9415
9385
|
CREATED
|
9416
9386
|
}
|
9417
9387
|
|
9418
|
-
type UserCountableConnection {
|
9419
|
-
"""Pagination data for this connection."""
|
9420
|
-
pageInfo: PageInfo!
|
9421
|
-
edges: [UserCountableEdge!]!
|
9422
|
-
|
9423
|
-
"""A total count of items in the collection."""
|
9424
|
-
totalCount: Int
|
9425
|
-
}
|
9426
|
-
|
9427
|
-
type UserCountableEdge {
|
9428
|
-
"""The item at the end of the edge."""
|
9429
|
-
node: User!
|
9430
|
-
|
9431
|
-
"""A cursor for use in pagination."""
|
9432
|
-
cursor: String!
|
9433
|
-
}
|
9434
|
-
|
9435
|
-
type AgreementCountableConnection {
|
9436
|
-
"""Pagination data for this connection."""
|
9437
|
-
pageInfo: PageInfo!
|
9438
|
-
edges: [AgreementCountableEdge!]!
|
9439
|
-
|
9440
|
-
"""A total count of items in the collection."""
|
9441
|
-
totalCount: Int
|
9442
|
-
}
|
9443
|
-
|
9444
|
-
type AgreementCountableEdge {
|
9445
|
-
"""The item at the end of the edge."""
|
9446
|
-
node: Agreement!
|
9447
|
-
|
9448
|
-
"""A cursor for use in pagination."""
|
9449
|
-
cursor: String!
|
9450
|
-
}
|
9451
|
-
|
9452
9388
|
type RefundCountableConnection {
|
9453
9389
|
"""Pagination data for this connection."""
|
9454
9390
|
pageInfo: PageInfo!
|
@@ -10155,6 +10091,23 @@ enum PriceBookProductTypeHistorySortField {
|
|
10155
10091
|
CREATION_DATE
|
10156
10092
|
}
|
10157
10093
|
|
10094
|
+
type UserCountableConnection {
|
10095
|
+
"""Pagination data for this connection."""
|
10096
|
+
pageInfo: PageInfo!
|
10097
|
+
edges: [UserCountableEdge!]!
|
10098
|
+
|
10099
|
+
"""A total count of items in the collection."""
|
10100
|
+
totalCount: Int
|
10101
|
+
}
|
10102
|
+
|
10103
|
+
type UserCountableEdge {
|
10104
|
+
"""The item at the end of the edge."""
|
10105
|
+
node: User!
|
10106
|
+
|
10107
|
+
"""A cursor for use in pagination."""
|
10108
|
+
cursor: String!
|
10109
|
+
}
|
10110
|
+
|
10158
10111
|
input UserSortingInput {
|
10159
10112
|
"""Specifies the direction in which to sort products."""
|
10160
10113
|
direction: OrderDirection!
|
@@ -12332,6 +12285,23 @@ enum AppSortField {
|
|
12332
12285
|
CREATION_DATE
|
12333
12286
|
}
|
12334
12287
|
|
12288
|
+
type AgreementCountableConnection {
|
12289
|
+
"""Pagination data for this connection."""
|
12290
|
+
pageInfo: PageInfo!
|
12291
|
+
edges: [AgreementCountableEdge!]!
|
12292
|
+
|
12293
|
+
"""A total count of items in the collection."""
|
12294
|
+
totalCount: Int
|
12295
|
+
}
|
12296
|
+
|
12297
|
+
type AgreementCountableEdge {
|
12298
|
+
"""The item at the end of the edge."""
|
12299
|
+
node: Agreement!
|
12300
|
+
|
12301
|
+
"""A cursor for use in pagination."""
|
12302
|
+
cursor: String!
|
12303
|
+
}
|
12304
|
+
|
12335
12305
|
input AgreementOrder {
|
12336
12306
|
"""Specifies the direction in which to sort products."""
|
12337
12307
|
direction: OrderDirection!
|
@@ -12457,7 +12427,7 @@ type Mutation {
|
|
12457
12427
|
description: String
|
12458
12428
|
|
12459
12429
|
"""
|
12460
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12430
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/pdf, image/heic, application/eps, application/x-zip-compressed, drawing/x-dwf, image/dxf, application/x-eps, application/vnd.ms-powerpoint, image/webp, text/comma-separated-values, application/x-csv, application/gzipped, application/vnd.oasis.opendocument.text, image/gif, image/svg+xml, image/png, image/x-ms-bmp, application/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/pdf, application/gzip, application/vnd.ms-word, application/jpg, image/bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpg, application/msword, pplication/vnd.rar, application/x-pdf, image/x-dxf, image/tif, image/vnd.dwg, application/tif, application/acrobat, image/x-bmp, image/heif, application/x-dwg, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, application/x-gzip, application/x-tiff, image/x-eps, image/eps, image/tiff, image/heif-sequence, application/x-tif, image/jpeg, application/acad, text/x-pdf, image/svg, text/svg-xml, drawing/x-dwg, application/svg+xml, application/excel, application/dxf, application/vnd.oasis.opendocument.spreadsheet, image/x-dwg, drawing/dwg, application/x-jpg, application/x-tar, application/x-dxf, image/x-tiff, application/csv, application/vnd.ms-excel, text/csv, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/x-rtf, application/gzip-compressed, application/postscript, application/x-autocad, application/x-rar-compressed, text/svg, application/vnd.oasis.opendocument.presentation, application/zip, application/rtf, text/rtf, text/plain, image/x-tif, text/x-comma-separated-values, application/tiff, application/x-rar.
|
12461
12431
|
"""
|
12462
12432
|
file: Upload!
|
12463
12433
|
|