@nautical-commerce/graphql-schema 1.59.0-21-g2c77db329 → 1.59.0-22-g62189ff57

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,45 @@
1
+ """Federation @key directive"""
2
+ directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
3
+
4
+ """Federation @requires directive"""
5
+ directive @requires(fields: FieldSet!) on FIELD_DEFINITION
6
+
7
+ """Federation @provides directive"""
8
+ directive @provides(fields: FieldSet!) on FIELD_DEFINITION
9
+
10
+ """Federation @external directive"""
11
+ directive @external on OBJECT | FIELD_DEFINITION
12
+
13
+ """Federation @shareable directive"""
14
+ directive @shareable repeatable on FIELD_DEFINITION | OBJECT
15
+
16
+ """Federation @extends directive"""
17
+ directive @extends on OBJECT | INTERFACE
18
+
19
+ """Federation @override directive"""
20
+ directive @override(from: String!) on FIELD_DEFINITION
21
+
22
+ """Federation @inaccessible directive"""
23
+ directive @inaccessible on FIELD_DEFINITION | OBJECT | INTERFACE | UNION | ENUM | ENUM_VALUE | SCALAR | INPUT_OBJECT | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION
24
+
25
+ """Federation @tag directive"""
26
+ directive @tag on FIELD_DEFINITION | INTERFACE | OBJECT | UNION | ARGUMENT_DEFINITION | SCALAR | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION
27
+
28
+ """Federation @composeDirective directive"""
29
+ directive @composeDirective(name: String!) on SCHEMA
30
+
31
+ """Federation @interfaceObject directive"""
32
+ directive @interfaceObject repeatable on OBJECT
33
+
34
+ """Federation @authenticated directive"""
35
+ directive @authenticated on FIELD_DEFINITION | OBJECT | INTERFACE | SCALAR | ENUM
36
+
37
+ """Federation @requiresScopes directive"""
38
+ directive @requiresScopes(scopes: [[federation__Scope!]!]!) on FIELD_DEFINITION | OBJECT | INTERFACE | SCALAR | ENUM
39
+
40
+ """Federation @policy directive"""
41
+ directive @policy(policies: [[federation__Policy!]!]!) on FIELD_DEFINITION | OBJECT | INTERFACE | SCALAR | ENUM
42
+
1
43
  """
2
44
  Custom Decimal implementation.
3
45
 
@@ -7,6 +49,23 @@ parses float to the Decimal on the way back
7
49
  """
8
50
  scalar Decimal
9
51
 
52
+ """
53
+ The Relay compliant `PageInfo` type, containing data necessary to paginate this connection.
54
+ """
55
+ type PageInfo {
56
+ """When paginating forwards, are there more items?"""
57
+ hasNextPage: Boolean!
58
+
59
+ """When paginating backwards, are there more items?"""
60
+ hasPreviousPage: Boolean!
61
+
62
+ """When paginating backwards, the cursor to continue."""
63
+ startCursor: String
64
+
65
+ """When paginating forwards, the cursor to continue."""
66
+ endCursor: String
67
+ }
68
+
10
69
  type Query {
11
70
  """Look up an email template by ID."""
12
71
  emailTemplate(
@@ -2191,23 +2250,6 @@ type EmailTemplateCountableConnection {
2191
2250
  totalCount: Int
2192
2251
  }
2193
2252
 
2194
- """
2195
- The Relay compliant `PageInfo` type, containing data necessary to paginate this connection.
2196
- """
2197
- type PageInfo {
2198
- """When paginating forwards, are there more items?"""
2199
- hasNextPage: Boolean!
2200
-
2201
- """When paginating backwards, are there more items?"""
2202
- hasPreviousPage: Boolean!
2203
-
2204
- """When paginating backwards, the cursor to continue."""
2205
- startCursor: String
2206
-
2207
- """When paginating forwards, the cursor to continue."""
2208
- endCursor: String
2209
- }
2210
-
2211
2253
  type EmailTemplateCountableEdge {
2212
2254
  """The item at the end of the edge."""
2213
2255
  node: EmailTemplate!
@@ -13403,7 +13445,7 @@ type Mutation {
13403
13445
  description: String
13404
13446
 
13405
13447
  """
13406
- 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.openxmlformats-officedocument.spreadsheetml.sheet, application/x-eps, application/msword, application/vnd.oasis.opendocument.spreadsheet, application/gzipped, image/jpeg, application/x-rar, application/jpg, image/svg+xml, application/acad, text/svg, image/dxf, application/tiff, image/x-tiff, application/gzip-compressed, application/vnd.oasis.opendocument.presentation, application/acrobat, image/eps, application/zip, image/x-dwg, image/vnd.dwg, application/x-zip-compressed, application/dxf, image/x-bmp, text/comma-separated-values, application/x-dwg, application/x-tar, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, pplication/vnd.rar, text/svg-xml, drawing/dwg, application/vnd.ms-excel, text/rtf, image/tif, application/vnd.ms-powerpoint, text/x-comma-separated-values, application/x-acad, image/jpg, drawing/x-dwg, drawing/x-dwf, image/x-tif, application/x-pdf, application/x-csv, image/png, image/x-dxf, application/x-tiff, image/heif, application/x-autocad, image/tiff, application/x-jpg, image/heic-sequence, application/csv, image/heif-sequence, application/pdf, application/svg+xml, image/x-eps, application/eps, application/vnd.oasis.opendocument.text, text/csv, image/webp, application/x-dxf, application/excel, application/dwg, image/heic, text/x-pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-ms-bmp, application/x-gzip, text/pdf, application/rtf, application/tif, application/postscript, application/gzip, image/bmp, text/plain, application/x-tif, text/x-csv, application/x-rar-compressed, image/svg, application/vnd.pdf, application/vnd.ms-word, image/gif.
13448
+ 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-acad, image/tiff, application/gzip, application/vnd.oasis.opendocument.presentation, text/svg-xml, application/vnd.ms-word, application/dwg, image/x-ms-bmp, application/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/pdf, application/acrobat, application/vnd.ms-excel, image/vnd.dwg, application/excel, text/svg, image/svg, image/x-tif, application/postscript, application/vnd.oasis.opendocument.spreadsheet, application/x-tif, image/x-dxf, pplication/vnd.rar, image/tif, application/x-zip-compressed, image/jpeg, drawing/x-dwf, application/x-tar, application/x-gzip, text/plain, application/svg+xml, application/x-dwg, text/comma-separated-values, text/x-comma-separated-values, application/x-jpg, application/vnd.pdf, image/heic-sequence, drawing/dwg, application/tif, image/x-tiff, application/gzipped, application/acad, application/gzip-compressed, application/vnd.ms-powerpoint, text/x-pdf, application/x-rar-compressed, image/svg+xml, application/x-tiff, image/jpg, text/csv, application/x-rar, text/x-csv, image/png, image/x-dwg, text/pdf, application/x-csv, application/vnd.oasis.opendocument.text, application/zip, application/x-rtf, application/rtf, image/x-eps, application/x-dxf, image/heic, application/x-eps, application/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, drawing/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-pdf, image/eps, image/heif-sequence, image/x-bmp, application/msword, text/rtf, image/gif, application/tiff, image/dxf, image/heif, application/jpg, application/dxf, image/bmp, application/x-autocad.
13407
13449
  """
13408
13450
  file: Upload!
13409
13451
 
@@ -24294,3 +24336,14 @@ type PermissionGroupDelete {
24294
24336
  permissionGroupErrors: [PermissionGroupError!]!
24295
24337
  group: Group
24296
24338
  }
24339
+
24340
+ """
24341
+ A string-serialized scalar represents a set of fields that's passed to a federated directive, such as @key, @requires, or @provides
24342
+ """
24343
+ scalar FieldSet
24344
+
24345
+ """This string-serialized scalar represents a JWT scope"""
24346
+ scalar federation__Scope
24347
+
24348
+ """This string-serialized scalar represents an authorization policy."""
24349
+ scalar federation__Policy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.59.0-21-g2c77db329",
3
+ "version": "v1.59.0-22-g62189ff57",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {