@nautical-commerce/graphql-schema 1.80.0 → 1.81.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.
@@ -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(
@@ -723,27 +693,6 @@ type Query {
723
693
  last: Int
724
694
  ): ProductVariantCountableConnection
725
695
 
726
- """List of top selling products."""
727
- reportProductSales(
728
- """Span of time."""
729
- period: ReportingPeriod!
730
-
731
- """Seller global id to filter by."""
732
- identifier: ID
733
-
734
- """Return the elements in the list that come before the specified cursor."""
735
- before: String
736
-
737
- """Return the elements in the list that come after the specified cursor."""
738
- after: String
739
-
740
- """Return the first n elements from the list."""
741
- first: Int
742
-
743
- """Return the last n elements from the list."""
744
- last: Int
745
- ): ProductVariantCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
746
-
747
696
  """Look up a price book by ID."""
748
697
  priceBook(
749
698
  """ID of a price book."""
@@ -990,51 +939,6 @@ type Query {
990
939
  id: ID!
991
940
  ): [TaxCertificate!]
992
941
 
993
- """List of third party products"""
994
- thirdPartyProducts(
995
- """Third-party source name"""
996
- source: String!
997
- ): GenericScalar @deprecated(reason: "This will be removed on April 29, 2025")
998
-
999
- """Get third party product in form we can use for import"""
1000
- importThirdPartyProduct(
1001
- """Third-party source name"""
1002
- source: String!
1003
-
1004
- """ID of the third party product to import"""
1005
- id: ID!
1006
- ): GenericScalar @deprecated(reason: "This will be removed on April 29, 2025")
1007
-
1008
- """List of plugins that are available as product import sources"""
1009
- availableImportSources: [Plugin!] @deprecated(reason: "This will be removed on April 29, 2025")
1010
-
1011
- """Look up a catalog import process by ID."""
1012
- catalogImportProcess(
1013
- """ID of the catalog import process."""
1014
- id: ID!
1015
- ): CatalogImportProcess @deprecated(reason: "This will be removed on April 29, 2025")
1016
-
1017
- """List of catalog import processes."""
1018
- catalogImportProcesses(
1019
- """Filtering options for catalog import processes."""
1020
- filter: CatalogImportProcessFilterInput
1021
-
1022
- """Sort catalog import processes."""
1023
- sortBy: CatalogImportProcessSortInput
1024
-
1025
- """Return the elements in the list that come before the specified cursor."""
1026
- before: String
1027
-
1028
- """Return the elements in the list that come after the specified cursor."""
1029
- after: String
1030
-
1031
- """Return the first n elements from the list."""
1032
- first: Int
1033
-
1034
- """Return the last n elements from the list."""
1035
- last: Int
1036
- ): CatalogImportProcessCountableConnection @deprecated(reason: "This will be removed on April 29, 2025")
1037
-
1038
942
  """
1039
943
  List of tax exempt code supported by Avalara. Required permission: MANAGE_MARKETPLACE. Note: doesn't support app auth.
1040
944
  """
@@ -1183,43 +1087,6 @@ type Query {
1183
1087
  last: Int
1184
1088
  ): PageCountableConnection
1185
1089
 
1186
- """
1187
- List of activity events to display on homepage (at the moment it only contains order-events).
1188
- """
1189
- homepageEvents(
1190
- """Global ID of a seller to filter to"""
1191
- identifier: ID
1192
-
1193
- """Return the elements in the list that come before the specified cursor."""
1194
- before: String
1195
-
1196
- """Return the elements in the list that come after the specified cursor."""
1197
- after: String
1198
-
1199
- """Return the first n elements from the list."""
1200
- first: Int
1201
-
1202
- """Return the last n elements from the list."""
1203
- last: Int
1204
- ): OrderEventCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
1205
-
1206
- """
1207
- List of activity events to display on homepage (at the moment it only contains nautical-order-events).
1208
- """
1209
- marketplaceHomepageEvents(
1210
- """Return the elements in the list that come before the specified cursor."""
1211
- before: String
1212
-
1213
- """Return the elements in the list that come after the specified cursor."""
1214
- after: String
1215
-
1216
- """Return the first n elements from the list."""
1217
- first: Int
1218
-
1219
- """Return the last n elements from the list."""
1220
- last: Int
1221
- ): NauticalOrderEventCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
1222
-
1223
1090
  """Look up an order by ID."""
1224
1091
  order(
1225
1092
  """ID of an order."""
@@ -1427,19 +1294,6 @@ type Query {
1427
1294
  """Return the last n elements from the list."""
1428
1295
  last: Int
1429
1296
  ): FulfillmentCountableConnection
1430
- optimizedHome(
1431
- """True if getting marketplace view"""
1432
- isMarketplace: Boolean!
1433
-
1434
- """Vendor identifier to scope data to"""
1435
- identifier: ID
1436
-
1437
- """Start date to filter cards and order data"""
1438
- startDate: Date!
1439
-
1440
- """End date to filter cards and order data"""
1441
- endDate: Date!
1442
- ): OptimizedHome @deprecated(reason: "This will be removed on April 29, 2025.")
1443
1297
 
1444
1298
  """Return requested nautical configuration item"""
1445
1299
  nauticalConfiguration(
@@ -1793,12 +1647,6 @@ type Query {
1793
1647
  last: Int
1794
1648
  ): CheckoutCountableConnection
1795
1649
 
1796
- """Look up a checkout line by ID."""
1797
- checkoutLine(
1798
- """ID of the checkout line."""
1799
- id: ID
1800
- ): CheckoutLine @deprecated(reason: "This will be removed on April 30, 2025.")
1801
-
1802
1650
  """List of checkout lines."""
1803
1651
  checkoutLines(
1804
1652
  """Return the elements in the list that come before the specified cursor."""
@@ -1930,21 +1778,6 @@ type Query {
1930
1778
  id: ID!
1931
1779
  ): [AgreementSellers!]!
1932
1780
 
1933
- """Returns address validation rules."""
1934
- addressValidationRules(
1935
- """Two-letter ISO 3166-1 country code."""
1936
- countryCode: CountryCode!
1937
-
1938
- """Designation of a region, province or state."""
1939
- countryArea: String
1940
-
1941
- """City or a town name."""
1942
- city: String
1943
-
1944
- """Sublocality like a district."""
1945
- cityArea: String
1946
- ): AddressValidationData! @deprecated(reason: "This will be removed on April 29, 2025.")
1947
-
1948
1781
  """Look up an address by ID."""
1949
1782
  address(
1950
1783
  """ID of an address."""
@@ -2037,6 +1870,15 @@ type Query {
2037
1870
  """Email address of the user."""
2038
1871
  email: String!
2039
1872
  ): User
1873
+
1874
+ """Determine if the email token provided is still valid or not."""
1875
+ isEmailTokenValid(
1876
+ """Generated email token."""
1877
+ token: String!
1878
+
1879
+ """Email address of the user."""
1880
+ email: String!
1881
+ ): Boolean
2040
1882
  _entities(representations: [_Any!]!): [_Entity]!
2041
1883
  _service: _Service!
2042
1884
  }
@@ -2047,6 +1889,7 @@ type MarketplaceSubscription implements Node {
2047
1889
  id: ID!
2048
1890
  providerCustomerId: String!
2049
1891
  isActive: Boolean!
1892
+ plan: String
2050
1893
 
2051
1894
  """The provider of the marketplace subscription"""
2052
1895
  provider: MarketplaceSubscriptionProviderTypeEnum
@@ -2327,7 +2170,6 @@ type User implements Node & ObjectWithMetadata {
2327
2170
  email: String!
2328
2171
  firstName: String!
2329
2172
  lastName: String!
2330
- isStaff: Boolean!
2331
2173
  isActive: Boolean!
2332
2174
 
2333
2175
  """A note about the customer."""
@@ -2480,7 +2322,12 @@ type User implements Node & ObjectWithMetadata {
2480
2322
  last: Int
2481
2323
  ): WishlistCountableConnection
2482
2324
  seller: Seller
2483
- isAssignable: Boolean
2325
+
2326
+ """If true, the user can be assigned as the owner of a seller"""
2327
+ isAssignable: Boolean!
2328
+
2329
+ """If true, the user is an MPO or a seller staff member"""
2330
+ isStaff: Boolean!
2484
2331
 
2485
2332
  """List of documents associated with the user."""
2486
2333
  documents: [Document!]!
@@ -2927,7 +2774,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2927
2774
 
2928
2775
  """List of vouchers associated with the product."""
2929
2776
  vouchers: [Voucher!]!
2930
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
2931
2777
 
2932
2778
  """
2933
2779
  The sub status of the product variant. This will be the same as product's sub status.
@@ -3362,7 +3208,7 @@ type MarketplaceConfiguration {
3362
3208
  Determines whether shipping methods are available based on marketplace checkout total or seller totals
3363
3209
  """
3364
3210
  availableShippingStrategy: AvailableShippingStrategyEnum
3365
- attributeTemplateStrategy: MarketplaceConfigurationAttributeTemplateStrategy!
3211
+ attributeTemplateStrategy: AttributeTemplateStrategyEnum @deprecated(reason: "This field will be removed on July 23, 2025.")
3366
3212
 
3367
3213
  """Determines the fulfillment model for the marketplace"""
3368
3214
  fulfillmentModel: FulfillmentModelEnum!
@@ -4004,8 +3850,7 @@ enum AvailableShippingStrategyEnum {
4004
3850
  MARKETPLACE_LINES
4005
3851
  }
4006
3852
 
4007
- """An enumeration."""
4008
- enum MarketplaceConfigurationAttributeTemplateStrategy {
3853
+ enum AttributeTemplateStrategyEnum {
4009
3854
  """
4010
3855
  Assigned attributes may only come from templates (ProductType for PIM-specific attribute usage or CustomFieldTemplate for custom field attribute usage), no non-templated attribute assignment is allowed
4011
3856
  """
@@ -4820,7 +4665,7 @@ input ProductFilterInput {
4820
4665
  isSimple: Boolean
4821
4666
  attributes: [AttributeInput!]
4822
4667
  customFields: [AttributeInput!]
4823
- dates: CustomDateRangeInput
4668
+ dates: CustomDateRangeInput @deprecated(reason: "This will be removed on July 29, 2025")
4824
4669
  stockAvailability: StockAvailability
4825
4670
  productType: ID
4826
4671
  stocks: ProductStockFilterInput
@@ -5383,9 +5228,6 @@ type App implements Node & ObjectWithMetadata {
5383
5228
  """List of public metadata items. Can be accessed without permissions."""
5384
5229
  metadata: [MetadataItem!]!
5385
5230
 
5386
- """Type of the app."""
5387
- type: AppTypeEnum @deprecated(reason: "This will be removed on April 30, 2025.")
5388
-
5389
5231
  """List of dashboard integrations for this app"""
5390
5232
  dashboardIntegrations: [AppDashboardIntegration!]
5391
5233
 
@@ -5395,27 +5237,6 @@ type App implements Node & ObjectWithMetadata {
5395
5237
  """List of webhooks assigned to this app."""
5396
5238
  webhooks: [Webhook!]
5397
5239
 
5398
- """Description of this app."""
5399
- aboutApp: String @deprecated(reason: "This will be removed on April 30, 2025.")
5400
-
5401
- """Description of the data privacy defined for this app."""
5402
- dataPrivacy: String @deprecated(reason: "This will be removed on April 30, 2025.")
5403
-
5404
- """Url to details about the privacy policy on the app owner page."""
5405
- dataPrivacyUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
5406
-
5407
- """Homepage of the app."""
5408
- homepageUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
5409
-
5410
- """Support page for the app."""
5411
- supportUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
5412
-
5413
- """Url to iframe with the configuration for the app."""
5414
- configurationUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
5415
-
5416
- """Url to iframe with the app."""
5417
- appUrl: String @deprecated(reason: "This will be removed on April 30, 2025.")
5418
-
5419
5240
  """Version number of the app."""
5420
5241
  version: String
5421
5242
 
@@ -5435,7 +5256,6 @@ type Permission {
5435
5256
  enum PermissionEnum {
5436
5257
  MANAGE_USERS
5437
5258
  MANAGE_STAFF
5438
- MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
5439
5259
  MANAGE_APPS
5440
5260
  MANAGE_DISCOUNTS
5441
5261
  MANAGE_DOCUMENTS
@@ -5452,12 +5272,10 @@ enum PermissionEnum {
5452
5272
  MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
5453
5273
  MANAGE_SHIPPING
5454
5274
  MANAGE_SETTINGS
5455
- MANAGE_TRANSLATIONS
5456
5275
  MANAGE_CHECKOUTS
5457
5276
  MANAGE_AGREEMENTS
5458
5277
  MANAGE_MARKETPLACE
5459
5278
  MANAGE_MARKETPLACE_CONFIGURATION
5460
- MANAGE_MICROSITES
5461
5279
  MANAGE_PAYOUTS
5462
5280
  MANAGE_PAYMENTS
5463
5281
  MANAGE_REFUNDS
@@ -5476,14 +5294,6 @@ type AppToken implements Node {
5476
5294
  id: ID!
5477
5295
  }
5478
5296
 
5479
- enum AppTypeEnum {
5480
- """local"""
5481
- LOCAL
5482
-
5483
- """thirdparty"""
5484
- THIRDPARTY
5485
- }
5486
-
5487
5297
  """Represents a dashboard integration for an App."""
5488
5298
  type AppDashboardIntegration implements Node {
5489
5299
  """The ID of the object"""
@@ -9478,40 +9288,6 @@ enum SellerSortField {
9478
9288
  CREATED
9479
9289
  }
9480
9290
 
9481
- type UserCountableConnection {
9482
- """Pagination data for this connection."""
9483
- pageInfo: PageInfo!
9484
- edges: [UserCountableEdge!]!
9485
-
9486
- """A total count of items in the collection."""
9487
- totalCount: Int
9488
- }
9489
-
9490
- type UserCountableEdge {
9491
- """The item at the end of the edge."""
9492
- node: User!
9493
-
9494
- """A cursor for use in pagination."""
9495
- cursor: String!
9496
- }
9497
-
9498
- type AgreementCountableConnection {
9499
- """Pagination data for this connection."""
9500
- pageInfo: PageInfo!
9501
- edges: [AgreementCountableEdge!]!
9502
-
9503
- """A total count of items in the collection."""
9504
- totalCount: Int
9505
- }
9506
-
9507
- type AgreementCountableEdge {
9508
- """The item at the end of the edge."""
9509
- node: Agreement!
9510
-
9511
- """A cursor for use in pagination."""
9512
- cursor: String!
9513
- }
9514
-
9515
9291
  type RefundCountableConnection {
9516
9292
  """Pagination data for this connection."""
9517
9293
  pageInfo: PageInfo!
@@ -9801,11 +9577,6 @@ enum ProductTypeSortField {
9801
9577
  EXTERNAL_SOURCE
9802
9578
  }
9803
9579
 
9804
- enum ReportingPeriod {
9805
- TODAY
9806
- THIS_MONTH
9807
- }
9808
-
9809
9580
  type PriceBookCountableConnection {
9810
9581
  """Pagination data for this connection."""
9811
9582
  pageInfo: PageInfo!
@@ -10218,6 +9989,23 @@ enum PriceBookProductTypeHistorySortField {
10218
9989
  CREATION_DATE
10219
9990
  }
10220
9991
 
9992
+ type UserCountableConnection {
9993
+ """Pagination data for this connection."""
9994
+ pageInfo: PageInfo!
9995
+ edges: [UserCountableEdge!]!
9996
+
9997
+ """A total count of items in the collection."""
9998
+ totalCount: Int
9999
+ }
10000
+
10001
+ type UserCountableEdge {
10002
+ """The item at the end of the edge."""
10003
+ node: User!
10004
+
10005
+ """A cursor for use in pagination."""
10006
+ cursor: String!
10007
+ }
10008
+
10221
10009
  input UserSortingInput {
10222
10010
  """Specifies the direction in which to sort products."""
10223
10011
  direction: OrderDirection!
@@ -10316,225 +10104,6 @@ type TaxCertificate {
10316
10104
  exposureZoneName: String
10317
10105
  }
10318
10106
 
10319
- """
10320
- The `GenericScalar` scalar type represents a generic
10321
- GraphQL scalar value that could be:
10322
- String, Boolean, Int, Float, List or Object.
10323
- """
10324
- scalar GenericScalar
10325
-
10326
- """
10327
- Represents products import process from 3rd party service or integration.
10328
- """
10329
- type CatalogImportProcess implements Node {
10330
- status: CatalogImportProcessStatus!
10331
- message: String
10332
- createdAt: DateTime!
10333
- updatedAt: DateTime!
10334
-
10335
- """
10336
- Main Celery task ID, that performs action. Can be equal to null, if the process is not started yet. Can be used to revoke running task.
10337
- """
10338
- taskId: String
10339
- externalSource: String!
10340
- finishedAt: DateTime
10341
-
10342
- """The user who triggered this import process."""
10343
- createdBy: User
10344
-
10345
- """The seller for whom triggered this import process."""
10346
- seller: Seller
10347
-
10348
- """Error message for failed imports."""
10349
- internalNotes: String
10350
-
10351
- """The ID of the object"""
10352
- id: ID!
10353
-
10354
- """List of products in this collection."""
10355
- records(
10356
- """Filtering options for products."""
10357
- filter: CatalogImportProcessLogRecordFilterInput
10358
-
10359
- """Sort products."""
10360
- sortBy: CatalogImportProcessLogRecordSortInput
10361
-
10362
- """Return the elements in the list that come before the specified cursor."""
10363
- before: String
10364
-
10365
- """Return the elements in the list that come after the specified cursor."""
10366
- after: String
10367
-
10368
- """Return the first n elements from the list."""
10369
- first: Int
10370
-
10371
- """Return the last n elements from the list."""
10372
- last: Int
10373
- ): CatalogImportProcessLogRecordCountableConnection
10374
- }
10375
-
10376
- """An enumeration."""
10377
- enum CatalogImportProcessStatus {
10378
- """Pending"""
10379
- PENDING
10380
-
10381
- """Processing"""
10382
- PROCESSING
10383
-
10384
- """Success"""
10385
- SUCCESS
10386
-
10387
- """Failed"""
10388
- FAILED
10389
-
10390
- """Deleted"""
10391
- DELETED
10392
- }
10393
-
10394
- type CatalogImportProcessLogRecordCountableConnection {
10395
- """Pagination data for this connection."""
10396
- pageInfo: PageInfo!
10397
- edges: [CatalogImportProcessLogRecordCountableEdge!]!
10398
-
10399
- """A total count of items in the collection."""
10400
- totalCount: Int
10401
- }
10402
-
10403
- type CatalogImportProcessLogRecordCountableEdge {
10404
- """The item at the end of the edge."""
10405
- node: CatalogImportProcessLogRecord!
10406
-
10407
- """A cursor for use in pagination."""
10408
- cursor: String!
10409
- }
10410
-
10411
- """History log of each record processed with catalog import process."""
10412
- type CatalogImportProcessLogRecord implements Node {
10413
- """The ID of the object"""
10414
- id: ID!
10415
- createdAt: DateTime!
10416
-
10417
- """Celery task ID, that created this log"""
10418
- taskId: String
10419
- objectId: String
10420
- operation: CatalogImportProcessLogRecordOperation!
10421
-
10422
- """The name of a models which was processed with catalog import process."""
10423
- relatedObjectName: String
10424
- }
10425
-
10426
- """An enumeration."""
10427
- enum CatalogImportProcessLogRecordOperation {
10428
- """Attribute Created"""
10429
- ATTRIBUTE_CREATED
10430
-
10431
- """Attribute Updated"""
10432
- ATTRIBUTE_UPDATED
10433
-
10434
- """Category Created"""
10435
- CATEGORY_CREATED
10436
-
10437
- """Category Updated"""
10438
- CATEGORY_UPDATED
10439
-
10440
- """Product Created"""
10441
- PRODUCT_CREATED
10442
-
10443
- """Product Updated"""
10444
- PRODUCT_UPDATED
10445
-
10446
- """Product Updated or Created"""
10447
- PRODUCT_UPDATED_OR_CREATED
10448
-
10449
- """Product Archived"""
10450
- PRODUCT_ARCHIVED
10451
-
10452
- """Product Type Created"""
10453
- PRODUCT_TYPE_CREATED
10454
-
10455
- """Product Type Updated"""
10456
- PRODUCT_TYPE_UPDATED
10457
-
10458
- """Warehouse Created"""
10459
- WAREHOUSE_CREATED
10460
-
10461
- """Warehouse Updated"""
10462
- WAREHOUSE_UPDATED
10463
- }
10464
-
10465
- input CatalogImportProcessLogRecordFilterInput {
10466
- taskId: String
10467
- objectId: String
10468
- operation: CatalogImportOperation
10469
- }
10470
-
10471
- """An enumeration."""
10472
- enum CatalogImportOperation {
10473
- ATTRIBUTE_CREATED
10474
- ATTRIBUTE_UPDATED
10475
- CATEGORY_CREATED
10476
- CATEGORY_UPDATED
10477
- PRODUCT_CREATED
10478
- PRODUCT_UPDATED
10479
- PRODUCT_UPDATED_OR_CREATED
10480
- PRODUCT_ARCHIVED
10481
- PRODUCT_TYPE_CREATED
10482
- PRODUCT_TYPE_UPDATED
10483
- WAREHOUSE_CREATED
10484
- WAREHOUSE_UPDATED
10485
- }
10486
-
10487
- input CatalogImportProcessLogRecordSortInput {
10488
- """Specifies the direction in which to sort products."""
10489
- direction: OrderDirection!
10490
-
10491
- """Sort catalog_import_processes_log_record by the selected field."""
10492
- field: CatalogImportProcessLogRecordSortField!
10493
- }
10494
-
10495
- enum CatalogImportProcessLogRecordSortField {
10496
- """Sort users by created at."""
10497
- CREATED_AT
10498
- }
10499
-
10500
- type CatalogImportProcessCountableConnection {
10501
- """Pagination data for this connection."""
10502
- pageInfo: PageInfo!
10503
- edges: [CatalogImportProcessCountableEdge!]!
10504
-
10505
- """A total count of items in the collection."""
10506
- totalCount: Int
10507
- }
10508
-
10509
- type CatalogImportProcessCountableEdge {
10510
- """The item at the end of the edge."""
10511
- node: CatalogImportProcess!
10512
-
10513
- """A cursor for use in pagination."""
10514
- cursor: String!
10515
- }
10516
-
10517
- input CatalogImportProcessFilterInput {
10518
- createdBy: String
10519
- seller: String
10520
- }
10521
-
10522
- input CatalogImportProcessSortInput {
10523
- """Specifies the direction in which to sort products."""
10524
- direction: OrderDirection!
10525
-
10526
- """Sort catalog_import_processes by the selected field."""
10527
- field: CatalogImportProcessSortField!
10528
- }
10529
-
10530
- enum CatalogImportProcessSortField {
10531
- """Sort users by created at."""
10532
- CREATED_AT
10533
-
10534
- """Sort users by finished at."""
10535
- FINISHED_AT
10536
- }
10537
-
10538
10107
  """Avalara support tax exemption."""
10539
10108
  type TaxExemptCode {
10540
10109
  """Tax exempt code."""
@@ -10550,6 +10119,13 @@ type TaxExemptCode {
10550
10119
  validCountries: [String!]
10551
10120
  }
10552
10121
 
10122
+ """
10123
+ The `GenericScalar` scalar type represents a generic
10124
+ GraphQL scalar value that could be:
10125
+ String, Boolean, Int, Float, List or Object.
10126
+ """
10127
+ scalar GenericScalar
10128
+
10553
10129
  input StripeClientPaymentData {
10554
10130
  amount: PositiveDecimal
10555
10131
  currency: String
@@ -10990,40 +10566,6 @@ input PageFilterInput {
10990
10566
  search: String
10991
10567
  }
10992
10568
 
10993
- type OrderEventCountableConnection {
10994
- """Pagination data for this connection."""
10995
- pageInfo: PageInfo!
10996
- edges: [OrderEventCountableEdge!]!
10997
-
10998
- """A total count of items in the collection."""
10999
- totalCount: Int
11000
- }
11001
-
11002
- type OrderEventCountableEdge {
11003
- """The item at the end of the edge."""
11004
- node: OrderEvent!
11005
-
11006
- """A cursor for use in pagination."""
11007
- cursor: String!
11008
- }
11009
-
11010
- type NauticalOrderEventCountableConnection {
11011
- """Pagination data for this connection."""
11012
- pageInfo: PageInfo!
11013
- edges: [NauticalOrderEventCountableEdge!]!
11014
-
11015
- """A total count of items in the collection."""
11016
- totalCount: Int
11017
- }
11018
-
11019
- type NauticalOrderEventCountableEdge {
11020
- """The item at the end of the edge."""
11021
- node: NauticalOrderEvent!
11022
-
11023
- """A cursor for use in pagination."""
11024
- cursor: String!
11025
- }
11026
-
11027
10569
  input OrderFilterInput {
11028
10570
  paymentStatus: [PaymentChargeStatusEnum!]
11029
10571
  status: [OrderStatusFilter!]
@@ -11107,6 +10649,11 @@ input OrderQuoteFilterInput {
11107
10649
  source: [OrderSourceFilter!]
11108
10650
  }
11109
10651
 
10652
+ enum ReportingPeriod {
10653
+ TODAY
10654
+ THIS_MONTH
10655
+ }
10656
+
11110
10657
  type FulfillmentCountableConnection {
11111
10658
  """Pagination data for this connection."""
11112
10659
  pageInfo: PageInfo!
@@ -11175,17 +10722,6 @@ enum ReturnFulfillmentSortField {
11175
10722
  RETURN_STATUS
11176
10723
  }
11177
10724
 
11178
- type OptimizedHome {
11179
- sales: TaxedMoney
11180
- orders: Int
11181
- toFulfill: Int
11182
- toCapture: Int
11183
- outOfStock: Int
11184
- topProducts: [ProductVariant!]!
11185
- sellerActivities: [OrderEvent!]!
11186
- marketplaceActivities: [NauticalOrderEvent!]!
11187
- }
11188
-
11189
10725
  """Represents a nautical configuration resource."""
11190
10726
  type NauticalConfiguration {
11191
10727
  """Primary key name of the configuration item"""
@@ -12388,7 +11924,6 @@ type AppCountableEdge {
12388
11924
  input AppFilterInput {
12389
11925
  search: String
12390
11926
  isActive: Boolean
12391
- type: AppTypeEnum
12392
11927
  }
12393
11928
 
12394
11929
  input AppSortingInput {
@@ -12407,6 +11942,23 @@ enum AppSortField {
12407
11942
  CREATION_DATE
12408
11943
  }
12409
11944
 
11945
+ type AgreementCountableConnection {
11946
+ """Pagination data for this connection."""
11947
+ pageInfo: PageInfo!
11948
+ edges: [AgreementCountableEdge!]!
11949
+
11950
+ """A total count of items in the collection."""
11951
+ totalCount: Int
11952
+ }
11953
+
11954
+ type AgreementCountableEdge {
11955
+ """The item at the end of the edge."""
11956
+ node: Agreement!
11957
+
11958
+ """A cursor for use in pagination."""
11959
+ cursor: String!
11960
+ }
11961
+
12410
11962
  input AgreementOrder {
12411
11963
  """Specifies the direction in which to sort products."""
12412
11964
  direction: OrderDirection!
@@ -12436,31 +11988,6 @@ input AgreementFilterInput {
12436
11988
  search: String
12437
11989
  }
12438
11990
 
12439
- type AddressValidationData {
12440
- countryCode: String
12441
- countryName: String
12442
- addressFormat: String
12443
- addressLatinFormat: String
12444
- allowedFields: [String!]
12445
- requiredFields: [String!]
12446
- upperFields: [String!]
12447
- countryAreaType: String
12448
- countryAreaChoices: [ChoiceValue!]
12449
- cityType: String
12450
- cityChoices: [ChoiceValue!]
12451
- cityAreaType: String
12452
- cityAreaChoices: [ChoiceValue!]
12453
- postalCodeType: String
12454
- postalCodeMatchers: [String!]
12455
- postalCodeExamples: [String!]
12456
- postalCodePrefix: String
12457
- }
12458
-
12459
- type ChoiceValue {
12460
- raw: String
12461
- verbose: String
12462
- }
12463
-
12464
11991
  input CustomerFilterInput {
12465
11992
  dateJoined: DateRangeInput
12466
11993
  isActive: Boolean
@@ -12517,7 +12044,7 @@ enum StaffMemberStatus {
12517
12044
  DEACTIVATED
12518
12045
  }
12519
12046
 
12520
- union _Entity = WishlistItem | Wishlist | User | Address | ProductVariant | Product | Category | ProductType | App | Collection | ProductImage | ProductStatusLog | Group | CatalogImportProcess | CatalogImportProcessLogRecord
12047
+ union _Entity = WishlistItem | Wishlist | User | Address | ProductVariant | Product | Category | ProductType | App | Collection | ProductImage | ProductStatusLog | Group
12521
12048
 
12522
12049
  scalar _Any
12523
12050
 
@@ -12557,7 +12084,7 @@ type Mutation {
12557
12084
  description: String
12558
12085
 
12559
12086
  """
12560
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzip-compressed, application/vnd.pdf, image/dxf, application/svg+xml, text/x-comma-separated-values, image/vnd.dwg, drawing/x-dwg, image/tiff, image/heif-sequence, application/tif, image/tif, text/svg-xml, application/x-autocad, application/vnd.oasis.opendocument.spreadsheet, text/plain, application/x-eps, application/gzipped, text/x-csv, application/gzip, application/csv, text/x-pdf, image/eps, application/jpg, application/acad, image/svg, image/jpeg, image/png, text/comma-separated-values, image/webp, image/x-dwg, application/zip, application/x-rtf, application/x-tar, application/x-pdf, application/x-dxf, image/x-dxf, image/gif, application/x-jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpg, application/x-tif, application/x-dwg, application/dwg, image/x-bmp, application/postscript, application/x-rar, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.presentation, image/x-tif, application/x-acad, image/heic, image/x-eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-gzip, drawing/dwg, application/excel, pplication/vnd.rar, application/vnd.oasis.opendocument.text, application/vnd.ms-word, drawing/x-dwf, image/svg+xml, text/svg, image/heic-sequence, image/bmp, application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heif, application/x-tiff, application/rtf, application/tiff, application/eps, application/dxf, image/x-tiff, text/csv, application/acrobat, text/pdf, application/x-rar-compressed, application/vnd.ms-excel, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/rtf, application/x-zip-compressed, application/x-csv.
12087
+ 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.oasis.opendocument.spreadsheet, application/zip, application/jpg, application/dxf, text/csv, image/svg, application/x-dwg, image/tiff, application/x-dxf, text/comma-separated-values, image/heic-sequence, application/acrobat, application/gzipped, application/vnd.ms-excel, application/vnd.ms-word, image/x-eps, text/pdf, application/x-tiff, application/gzip, image/eps, image/x-tiff, image/tif, application/svg+xml, application/vnd.pdf, application/dwg, image/heif-sequence, image/x-ms-bmp, application/acad, application/csv, image/x-bmp, application/rtf, application/x-rtf, image/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/tif, application/x-rar-compressed, image/svg+xml, image/heif, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/png, image/gif, pplication/vnd.rar, application/excel, application/x-tar, text/rtf, application/vnd.ms-powerpoint, application/msword, application/x-zip-compressed, application/x-jpg, text/plain, text/x-pdf, application/x-pdf, application/x-tif, application/postscript, image/dxf, application/x-gzip, application/x-acad, text/svg-xml, image/x-tif, image/jpg, application/tiff, text/svg, image/bmp, application/pdf, application/eps, image/jpeg, drawing/x-dwf, application/x-eps, drawing/x-dwg, application/vnd.oasis.opendocument.text, image/webp, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip-compressed, text/x-comma-separated-values, text/x-csv, application/vnd.oasis.opendocument.presentation, application/x-autocad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, application/x-rar, image/heic, image/vnd.dwg, image/x-dxf.
12561
12088
  """
12562
12089
  file: Upload!
12563
12090
 
@@ -12653,15 +12180,6 @@ type Mutation {
12653
12180
  input: PayoutStatusInput
12654
12181
  ): PayoutStatusUpdate
12655
12182
 
12656
- """Modifies the dates of a payout"""
12657
- payoutDatesUpdate(
12658
- """ID of the payout to update."""
12659
- id: ID!
12660
-
12661
- """Fields required to update a payout date range."""
12662
- input: PayoutDatesInput!
12663
- ): PayoutDatesUpdate @deprecated(reason: "This will be removed on April 29, 2025.")
12664
-
12665
12183
  """Process a payout asynchronously."""
12666
12184
  payoutProcess(input: PayoutProcessInput!): PayoutProcess
12667
12185
 
@@ -14277,15 +13795,6 @@ type Mutation {
14277
13795
  input: NoteInput!
14278
13796
  ): NauticalOrderLineAddNote
14279
13797
 
14280
- """Adds return notification note to the order."""
14281
- orderReturnNotification(
14282
- """ID of the order to add a note for."""
14283
- order: ID!
14284
-
14285
- """Fields required to create a return notification for the order."""
14286
- input: OrderReturnNotificationInput!
14287
- ): OrderReturnNotification @deprecated(reason: "This will be removed on April 29, 2025.")
14288
-
14289
13798
  """
14290
13799
  Attempts to force a refresh of the existing taxes on a non-placed nautical order.
14291
13800
  """
@@ -14309,24 +13818,6 @@ type Mutation {
14309
13818
  id: ID
14310
13819
  ): NauticalOrderUpdateDeleteDiscount
14311
13820
 
14312
- """Adds return notification note to the order."""
14313
- nauticalOrderReturnNotification(
14314
- """ID of the order to add a note for."""
14315
- order: ID!
14316
-
14317
- """Fields required to create a return notification for the order."""
14318
- input: OrderReturnNotificationInput!
14319
- ): NauticalOrderReturnNotification @deprecated(reason: "This will be removed on April 29, 2025.")
14320
-
14321
- """Adds return notification note to the order."""
14322
- nauticalOrderReturnFromStorefrontNotification(
14323
- """ID of the order to add a note for."""
14324
- order: ID!
14325
-
14326
- """Fields required to create a return notification for the order."""
14327
- input: OrderReturnNotificationInput!
14328
- ): NauticalOrderReturnFromStorefrontNotification @deprecated(reason: "This will be removed on April 29, 2025.")
14329
-
14330
13821
  """Cancel an order."""
14331
13822
  orderCancel(
14332
13823
  """ID of the order to cancel."""
@@ -14778,15 +14269,6 @@ type Mutation {
14778
14269
  input: PluginUpdateInput!
14779
14270
  ): PluginUpdate
14780
14271
 
14781
- """Import foreign catalog."""
14782
- catalogImport(
14783
- """Plugin ID"""
14784
- id: ID
14785
-
14786
- """Seller ID"""
14787
- sellerId: ID
14788
- ): CatalogImport @deprecated(reason: "This will be removed on April 29, 2025")
14789
-
14790
14272
  """Export catalog."""
14791
14273
  catalogExport(
14792
14274
  """Plugin ID"""
@@ -14796,15 +14278,6 @@ type Mutation {
14796
14278
  sellerId: ID
14797
14279
  ): CatalogExport
14798
14280
 
14799
- """Export customer list."""
14800
- customersExport(
14801
- """Plugin ID"""
14802
- id: ID
14803
-
14804
- """Seller ID"""
14805
- sellerId: ID
14806
- ): CustomersExport @deprecated(reason: "This will be removed on April 29, 2025")
14807
-
14808
14281
  """
14809
14282
  Retrieves an onboarding link for the given vendor from the given gateway if available.
14810
14283
  """
@@ -14948,12 +14421,6 @@ type Mutation {
14948
14421
  input: ExportProductsInput!
14949
14422
  ): ProductsExport
14950
14423
 
14951
- """Import products with csv file."""
14952
- productsImport(
14953
- """Represents a file in a multipart request."""
14954
- file: Upload!
14955
- ): ProductsImport @deprecated(reason: "This will be removed on April 29, 2025.")
14956
-
14957
14424
  """Adds a gift card or a voucher to a checkout."""
14958
14425
  checkoutAddPromoCode(
14959
14426
  """Checkout ID."""
@@ -15408,7 +14875,7 @@ type Mutation {
15408
14875
 
15409
14876
  """Password of a user."""
15410
14877
  password: String!
15411
- ): CreateToken
14878
+ ): TokenCreate
15412
14879
 
15413
14880
  """Create authorization URL."""
15414
14881
  authUrlGenerate(
@@ -15437,16 +14904,16 @@ type Mutation {
15437
14904
 
15438
14905
  """Refresh token."""
15439
14906
  refreshToken: String
15440
- ): RefreshToken
14907
+ ): TokenRefresh
15441
14908
 
15442
14909
  """Verify JWT token."""
15443
14910
  tokenVerify(
15444
14911
  """JWT token to validate."""
15445
14912
  token: String!
15446
- ): VerifyToken
14913
+ ): TokenVerify
15447
14914
 
15448
14915
  """Deactivate all JWT tokens of the currently authenticated user."""
15449
- tokensDeactivateAll: DeactivateAllUserTokens
14916
+ tokensDeactivateAll: TokensDeactivateAll
15450
14917
 
15451
14918
  """Sends an email with the account password modification link."""
15452
14919
  passwordRequestReset(
@@ -15939,7 +15406,7 @@ input MarketplaceConfigurationInput {
15939
15406
  availableShippingStrategy: AvailableShippingStrategyEnum = null
15940
15407
 
15941
15408
  """Update attribute template strategy"""
15942
- attributeTemplateStrategy: AttributeTemplateStrategyEnum = null
15409
+ attributeTemplateStrategy: AttributeTemplateStrategyEnum = null @deprecated(reason: "This field will be removed on July 23, 2025.")
15943
15410
 
15944
15411
  """
15945
15412
  Updates currency of the marketplace. Marketplace currency will be updated after the cache time (approximately 30 seconds)'
@@ -16026,18 +15493,6 @@ input MarketplaceConfigurationInput {
16026
15493
  chargeTaxesOnShipping: Boolean
16027
15494
  }
16028
15495
 
16029
- enum AttributeTemplateStrategyEnum {
16030
- """
16031
- Assigned attributes may only come from templates (ProductType for PIM-specific attribute usage or CustomFieldTemplate for custom field attribute usage), no non-templated attribute assignment is allowed
16032
- """
16033
- STRICT
16034
-
16035
- """
16036
- Assigned attributes may come from BOTH attribute templates and non-templated attribute assignments
16037
- """
16038
- FLEXIBLE
16039
- }
16040
-
16041
15496
  input DefaultSellerChecklistInput {
16042
15497
  title: String!
16043
15498
  description: String!
@@ -16138,19 +15593,6 @@ input VendorPayoutDetails {
16138
15593
  payout: String
16139
15594
  }
16140
15595
 
16141
- """Modifies the dates of a payout"""
16142
- type PayoutDatesUpdate {
16143
- payoutErrors: [PayoutError!]!
16144
- payout: Payout
16145
- }
16146
-
16147
- input PayoutDatesInput {
16148
- """
16149
- Payout end date. ISO 8601 standard. Can not be greater than current date.
16150
- """
16151
- endDate: Date!
16152
- }
16153
-
16154
15596
  """Process a payout asynchronously."""
16155
15597
  type PayoutProcess {
16156
15598
  payout: Payout
@@ -19164,9 +18606,6 @@ input ProductVariantCreateInput {
19164
18606
  """Name for the variant."""
19165
18607
  name: String
19166
18608
 
19167
- """True if variant requires quote pricing."""
19168
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19169
-
19170
18609
  """
19171
18610
  Informs whether a collection is published. All variants are published by default
19172
18611
  """
@@ -19299,9 +18738,6 @@ input ProductVariantBulkCreateInput {
19299
18738
  """Name for the variant."""
19300
18739
  name: String
19301
18740
 
19302
- """True if variant requires quote pricing."""
19303
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19304
-
19305
18741
  """
19306
18742
  Informs whether a collection is published. All variants are published by default
19307
18743
  """
@@ -19469,9 +18905,6 @@ input ProductVariantInput {
19469
18905
  """Name for the variant."""
19470
18906
  name: String
19471
18907
 
19472
- """True if variant requires quote pricing."""
19473
- requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19474
-
19475
18908
  """
19476
18909
  Informs whether a collection is published. All variants are published by default
19477
18910
  """
@@ -20225,24 +19658,6 @@ type NauticalOrderLineAddNote {
20225
19658
  nauticalOrderLine: NauticalOrderLine
20226
19659
  }
20227
19660
 
20228
- """Adds return notification note to the order."""
20229
- type OrderReturnNotification {
20230
- """Order with return notification note added."""
20231
- order: Order
20232
-
20233
- """Order return notification created."""
20234
- event: OrderEvent
20235
- orderErrors: [OrderError!]!
20236
- }
20237
-
20238
- input OrderReturnNotificationInput {
20239
- """Status of the return."""
20240
- returnStatus: String!
20241
-
20242
- """Status of the return."""
20243
- productNames: String
20244
- }
20245
-
20246
19661
  """
20247
19662
  Attempts to force a refresh of the existing taxes on a non-placed nautical order.
20248
19663
  """
@@ -20266,26 +19681,6 @@ type NauticalOrderUpdateDeleteDiscount {
20266
19681
  orderErrors: [OrderError!]!
20267
19682
  }
20268
19683
 
20269
- """Adds return notification note to the order."""
20270
- type NauticalOrderReturnNotification {
20271
- """Order with return notification note added."""
20272
- order: NauticalOrder
20273
-
20274
- """Order return notification created."""
20275
- event: NauticalOrderEvent
20276
- orderErrors: [OrderError!]!
20277
- }
20278
-
20279
- """Adds return notification note to the order."""
20280
- type NauticalOrderReturnFromStorefrontNotification {
20281
- """Order with return notification note added."""
20282
- order: NauticalOrder
20283
-
20284
- """Order return notification created."""
20285
- event: NauticalOrderEvent
20286
- orderErrors: [OrderError!]!
20287
- }
20288
-
20289
19684
  """Cancel an order."""
20290
19685
  type OrderCancel {
20291
19686
  """Canceled order."""
@@ -21238,15 +20633,6 @@ input ConfigurationItemInput {
21238
20633
  value: GenericScalar
21239
20634
  }
21240
20635
 
21241
- """Import foreign catalog."""
21242
- type CatalogImport {
21243
- ok: Boolean
21244
-
21245
- """Plugin ID"""
21246
- plugin: ID
21247
- pluginsErrors: [PluginError!]!
21248
- }
21249
-
21250
20636
  """Export catalog."""
21251
20637
  type CatalogExport {
21252
20638
  ok: Boolean
@@ -21256,15 +20642,6 @@ type CatalogExport {
21256
20642
  pluginsErrors: [PluginError!]!
21257
20643
  }
21258
20644
 
21259
- """Export customer list."""
21260
- type CustomersExport {
21261
- ok: Boolean
21262
-
21263
- """Plugin ID"""
21264
- plugin: ID
21265
- pluginsErrors: [PluginError!]!
21266
- }
21267
-
21268
20645
  """
21269
20646
  Retrieves an onboarding link for the given vendor from the given gateway if available.
21270
20647
  """
@@ -21646,33 +21023,6 @@ enum FileTypesEnum {
21646
21023
  XLSX
21647
21024
  }
21648
21025
 
21649
- """Import products with csv file."""
21650
- type ProductsImport {
21651
- """The newly created import file which is responsible for import data."""
21652
- importFile: ImportFile
21653
- importErrors: [ImportError!]!
21654
- }
21655
-
21656
- type ImportError {
21657
- """
21658
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
21659
- """
21660
- field: String
21661
-
21662
- """The error message."""
21663
- message: String!
21664
-
21665
- """The error code."""
21666
- code: ImportErrorCode!
21667
- }
21668
-
21669
- """An enumeration."""
21670
- enum ImportErrorCode {
21671
- INVALID
21672
- NOT_FOUND
21673
- REQUIRED
21674
- }
21675
-
21676
21026
  """Adds a gift card or a voucher to a checkout."""
21677
21027
  type CheckoutAddPromoCode {
21678
21028
  """The checkout with the added gift card or voucher."""
@@ -22394,7 +21744,7 @@ enum OauthProviderSourceEnum {
22394
21744
  }
22395
21745
 
22396
21746
  """Create JWT token."""
22397
- type CreateToken {
21747
+ type TokenCreate {
22398
21748
  """JWT token, required to authenticate."""
22399
21749
  token: String
22400
21750
 
@@ -22495,7 +21845,7 @@ type TokenCreateSSO {
22495
21845
  """
22496
21846
  Refresh JWT token. Mutation tries to take refreshToken from the input.If it fails it will try to take refreshToken from the http-only cookie -refreshToken. csrfToken is required when refreshToken is provided as a cookie.
22497
21847
  """
22498
- type RefreshToken {
21848
+ type TokenRefresh {
22499
21849
  """JWT token, required to authenticate."""
22500
21850
  token: String
22501
21851
 
@@ -22505,20 +21855,17 @@ type RefreshToken {
22505
21855
  }
22506
21856
 
22507
21857
  """Verify JWT token."""
22508
- type VerifyToken {
21858
+ type TokenVerify {
22509
21859
  """User assigned to token."""
22510
21860
  user: User
22511
21861
 
22512
21862
  """Determine if token is valid or not."""
22513
21863
  isValid: Boolean!
22514
-
22515
- """JWT payload."""
22516
- payload: GenericScalar @deprecated(reason: "This will be removed on April 29, 2025")
22517
21864
  accountErrors: [AccountError!]!
22518
21865
  }
22519
21866
 
22520
21867
  """Deactivate all JWT tokens of the currently authenticated user."""
22521
- type DeactivateAllUserTokens {
21868
+ type TokensDeactivateAll {
22522
21869
  accountErrors: [AccountError!]!
22523
21870
  }
22524
21871
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.80.0",
3
+ "version": "v1.81.0",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {