@nautical-commerce/graphql-schema 1.59.0-1-gfd7a91c74 → 1.59.0-11-g43ab5007e
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -88
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -123,10 +123,6 @@ type Query {
|
|
123
123
|
"""Return the last n elements from the list."""
|
124
124
|
last: Int
|
125
125
|
): WebhookJobCountableConnection
|
126
|
-
periodicTask(
|
127
|
-
"""Name of the periodic task to retrieve"""
|
128
|
-
name: String!
|
129
|
-
): WebhookPeriodicTask @deprecated(reason: "This will be removed on November 9, 2024")
|
130
126
|
|
131
127
|
"""Look up a warehouse by ID."""
|
132
128
|
warehouse(
|
@@ -8571,76 +8567,6 @@ enum WebhookJobSortField {
|
|
8571
8567
|
CREATED_AT
|
8572
8568
|
}
|
8573
8569
|
|
8574
|
-
"""Represents a periodic task run by django celery beat"""
|
8575
|
-
type WebhookPeriodicTask implements Node {
|
8576
|
-
"""The ID of the object"""
|
8577
|
-
id: ID!
|
8578
|
-
|
8579
|
-
"""Short Description For This Task"""
|
8580
|
-
name: String!
|
8581
|
-
|
8582
|
-
"""
|
8583
|
-
The Name of the Celery Task that Should be Run. (Example: "proj.tasks.import_contacts")
|
8584
|
-
"""
|
8585
|
-
task: String!
|
8586
|
-
|
8587
|
-
"""JSON encoded positional arguments (Example: ["arg1", "arg2"])"""
|
8588
|
-
args: String!
|
8589
|
-
|
8590
|
-
"""JSON encoded keyword arguments (Example: {"argument": "value"})"""
|
8591
|
-
kwargs: String!
|
8592
|
-
|
8593
|
-
"""Queue defined in CELERY_TASK_QUEUES. Leave None for default queuing."""
|
8594
|
-
queue: String
|
8595
|
-
|
8596
|
-
"""Override Exchange for low-level AMQP routing"""
|
8597
|
-
exchange: String
|
8598
|
-
|
8599
|
-
"""Override Routing Key for low-level AMQP routing"""
|
8600
|
-
routingKey: String
|
8601
|
-
|
8602
|
-
"""JSON encoded message headers for the AMQP message."""
|
8603
|
-
headers: String!
|
8604
|
-
|
8605
|
-
"""
|
8606
|
-
Priority Number between 0 and 255. Supported by: RabbitMQ, Redis (priority reversed, 0 is highest).
|
8607
|
-
"""
|
8608
|
-
priority: Int
|
8609
|
-
|
8610
|
-
"""
|
8611
|
-
Datetime after which the schedule will no longer trigger the task to run
|
8612
|
-
"""
|
8613
|
-
expires: DateTime
|
8614
|
-
|
8615
|
-
"""
|
8616
|
-
Timedelta with seconds which the schedule will no longer trigger the task to run
|
8617
|
-
"""
|
8618
|
-
expireSeconds: Int
|
8619
|
-
|
8620
|
-
"""If True, the schedule will only run the task a single time"""
|
8621
|
-
oneOff: Boolean!
|
8622
|
-
|
8623
|
-
"""Datetime when the schedule should begin triggering the task to run"""
|
8624
|
-
startTime: DateTime
|
8625
|
-
|
8626
|
-
"""Set to False to disable the schedule"""
|
8627
|
-
enabled: Boolean!
|
8628
|
-
|
8629
|
-
"""
|
8630
|
-
Datetime that the schedule last triggered the task to run. Reset to None if enabled is set to False.
|
8631
|
-
"""
|
8632
|
-
lastRunAt: DateTime
|
8633
|
-
|
8634
|
-
"""Running count of how many times the schedule has triggered the task"""
|
8635
|
-
totalRunCount: Int!
|
8636
|
-
|
8637
|
-
"""Datetime that this PeriodicTask was last modified"""
|
8638
|
-
dateChanged: DateTime!
|
8639
|
-
|
8640
|
-
"""Detailed description about the details of this Periodic Task"""
|
8641
|
-
description: String!
|
8642
|
-
}
|
8643
|
-
|
8644
8570
|
input WarehouseFilterInput {
|
8645
8571
|
seller: ID
|
8646
8572
|
search: String
|
@@ -13474,7 +13400,7 @@ type Mutation {
|
|
13474
13400
|
description: String
|
13475
13401
|
|
13476
13402
|
"""
|
13477
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13403
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-comma-separated-values, text/csv, application/x-pdf, text/comma-separated-values, application/jpg, application/vnd.oasis.opendocument.text, text/svg-xml, application/x-tiff, text/plain, image/webp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rtf, image/tiff, image/x-eps, image/x-bmp, application/gzip-compressed, image/x-ms-bmp, text/rtf, image/svg+xml, image/heic-sequence, application/acad, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, drawing/x-dwg, application/gzip, application/dwg, application/x-rar-compressed, application/vnd.ms-word, application/tiff, image/x-tiff, image/heic, application/x-autocad, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dwg, application/rtf, image/heif, text/x-csv, text/pdf, application/x-jpg, application/gzipped, image/jpeg, image/heif-sequence, application/x-zip-compressed, application/vnd.ms-powerpoint, application/pdf, application/x-eps, image/png, image/eps, application/x-tar, application/x-rar, drawing/x-dwf, image/bmp, application/tif, application/eps, application/excel, drawing/dwg, application/x-tif, application/x-csv, application/vnd.pdf, image/dxf, image/vnd.dwg, application/vnd.ms-excel, application/csv, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, image/x-tif, image/jpg, application/x-dwg, application/svg+xml, image/x-dxf, application/msword, application/postscript, application/dxf, application/x-dxf, application/acrobat, image/tif, application/x-gzip, image/gif, application/zip, pplication/vnd.rar, image/svg, text/x-pdf, text/svg.
|
13478
13404
|
"""
|
13479
13405
|
file: Upload!
|
13480
13406
|
|
@@ -13545,11 +13471,6 @@ type Mutation {
|
|
13545
13471
|
"""Updates nautical configuration."""
|
13546
13472
|
nauticalConfigurationUpdate(input: [NauticalConfigurationInputItem!]): NauticalConfigurationUpdate
|
13547
13473
|
|
13548
|
-
"""
|
13549
|
-
Update whether process_pending_webhook_transactions periodic django celery beat task is enabled
|
13550
|
-
"""
|
13551
|
-
updatePeriodicTaskEnabled(enabled: Boolean): PeriodicTaskEnabledUpdate @deprecated(reason: "This will be removed on November 9, 2024")
|
13552
|
-
|
13553
13474
|
"""Updates marketplace configuration."""
|
13554
13475
|
marketplaceConfigurationUpdate(
|
13555
13476
|
"""Fields required to update marketplace configuration."""
|
@@ -16987,14 +16908,6 @@ input NauticalConfigurationInputItem {
|
|
16987
16908
|
configurationValueString: String
|
16988
16909
|
}
|
16989
16910
|
|
16990
|
-
"""
|
16991
|
-
Update whether process_pending_webhook_transactions periodic django celery beat task is enabled
|
16992
|
-
"""
|
16993
|
-
type PeriodicTaskEnabledUpdate {
|
16994
|
-
"""An updated periodic task instance"""
|
16995
|
-
task: WebhookPeriodicTask
|
16996
|
-
}
|
16997
|
-
|
16998
16911
|
"""Updates marketplace configuration."""
|
16999
16912
|
type MarketplaceConfigurationUpdate {
|
17000
16913
|
"""Updated marketplace configuration."""
|