@graphql-yoga/render-graphiql 5.18.1-alpha-20260127131538-66c36e2fed5dae50d2fa29797772599af69094ae → 5.18.1-alpha-20260127154041-2b82606fad30bedc0248544c6ab47175798d7b8f

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.
Files changed (83) hide show
  1. package/dist/graphiql.cjs +16 -0
  2. package/dist/graphiql.mjs +10 -0
  3. package/dist/index.cjs +46 -0
  4. package/dist/index.d.cts +7 -0
  5. package/dist/index.d.mts +7 -0
  6. package/dist/index.mjs +46 -0
  7. package/dist/node_modules/@graphql-tools/utils/typings/errors.d.cts +9 -0
  8. package/dist/node_modules/@graphql-tools/utils/typings/errors.d.mts +9 -0
  9. package/dist/node_modules/@graphql-tools/utils/typings/index.d.cts +1 -0
  10. package/dist/node_modules/@graphql-tools/utils/typings/index.d.mts +1 -0
  11. package/dist/node_modules/@whatwg-node/fetch/dist/index.d.cts +72 -0
  12. package/dist/node_modules/@whatwg-node/fetch/dist/index.d.mts +72 -0
  13. package/dist/node_modules/@whatwg-node/server/typings/createServerAdapter.d.cts +2 -0
  14. package/dist/node_modules/@whatwg-node/server/typings/createServerAdapter.d.mts +2 -0
  15. package/dist/node_modules/@whatwg-node/server/typings/index.d.cts +9 -0
  16. package/dist/node_modules/@whatwg-node/server/typings/index.d.mts +9 -0
  17. package/dist/node_modules/@whatwg-node/server/typings/plugins/types.d.cts +1 -0
  18. package/dist/node_modules/@whatwg-node/server/typings/plugins/types.d.mts +1 -0
  19. package/dist/node_modules/@whatwg-node/server/typings/plugins/useContentEncoding.d.cts +1 -0
  20. package/dist/node_modules/@whatwg-node/server/typings/plugins/useContentEncoding.d.mts +1 -0
  21. package/dist/node_modules/@whatwg-node/server/typings/plugins/useCors.d.cts +1 -0
  22. package/dist/node_modules/@whatwg-node/server/typings/plugins/useCors.d.mts +1 -0
  23. package/dist/node_modules/@whatwg-node/server/typings/plugins/useErrorHandling.d.cts +1 -0
  24. package/dist/node_modules/@whatwg-node/server/typings/plugins/useErrorHandling.d.mts +1 -0
  25. package/dist/node_modules/@whatwg-node/server/typings/types.d.cts +3 -0
  26. package/dist/node_modules/@whatwg-node/server/typings/types.d.mts +3 -0
  27. package/dist/node_modules/@whatwg-node/server/typings/utils.d.cts +1 -0
  28. package/dist/node_modules/@whatwg-node/server/typings/utils.d.mts +1 -0
  29. package/dist/node_modules/@whatwg-node/server/typings/uwebsockets.d.cts +1 -0
  30. package/dist/node_modules/@whatwg-node/server/typings/uwebsockets.d.mts +1 -0
  31. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/errors.d.cts +9 -0
  32. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/errors.d.mts +9 -0
  33. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/index.d.cts +1 -0
  34. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/index.d.mts +1 -0
  35. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.cts +1 -0
  36. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/addResolversToSchema.d.mts +1 -0
  37. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.cts +1 -0
  38. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/assertResolversPresent.d.mts +1 -0
  39. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/chainResolvers.d.cts +1 -0
  40. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/chainResolvers.d.mts +1 -0
  41. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.cts +1 -0
  42. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/checkForResolveTypeResolver.d.mts +1 -0
  43. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.cts +1 -0
  44. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/extendResolversFromInterfaces.d.mts +1 -0
  45. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/index.d.cts +9 -0
  46. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/index.d.mts +9 -0
  47. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.cts +1 -0
  48. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/makeExecutableSchema.d.mts +1 -0
  49. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/merge-schemas.d.cts +1 -0
  50. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/merge-schemas.d.mts +1 -0
  51. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/types.d.cts +1 -0
  52. package/dist/packages/graphql-yoga/node_modules/@graphql-tools/schema/typings/types.d.mts +1 -0
  53. package/dist/packages/graphql-yoga/src/index.d.cts +16 -0
  54. package/dist/packages/graphql-yoga/src/index.d.mts +16 -0
  55. package/dist/packages/graphql-yoga/src/plugins/result-processor/regular.d.cts +2 -0
  56. package/dist/packages/graphql-yoga/src/plugins/result-processor/regular.d.mts +2 -0
  57. package/dist/packages/graphql-yoga/src/plugins/result-processor/sse.d.cts +1 -0
  58. package/dist/packages/graphql-yoga/src/plugins/result-processor/sse.d.mts +1 -0
  59. package/dist/packages/graphql-yoga/src/plugins/types.d.cts +4 -0
  60. package/dist/packages/graphql-yoga/src/plugins/types.d.mts +4 -0
  61. package/dist/packages/graphql-yoga/src/plugins/use-error-coordinate.d.cts +1 -0
  62. package/dist/packages/graphql-yoga/src/plugins/use-error-coordinate.d.mts +1 -0
  63. package/dist/packages/graphql-yoga/src/plugins/use-execution-cancellation.d.cts +1 -0
  64. package/dist/packages/graphql-yoga/src/plugins/use-execution-cancellation.d.mts +1 -0
  65. package/dist/packages/graphql-yoga/src/plugins/use-graphiql.d.cts +132 -0
  66. package/dist/packages/graphql-yoga/src/plugins/use-graphiql.d.mts +132 -0
  67. package/dist/packages/graphql-yoga/src/plugins/use-parser-and-validation-cache.d.cts +1 -0
  68. package/dist/packages/graphql-yoga/src/plugins/use-parser-and-validation-cache.d.mts +1 -0
  69. package/dist/packages/graphql-yoga/src/plugins/use-readiness-check.d.cts +2 -0
  70. package/dist/packages/graphql-yoga/src/plugins/use-readiness-check.d.mts +2 -0
  71. package/dist/packages/graphql-yoga/src/plugins/use-schema.d.cts +2 -0
  72. package/dist/packages/graphql-yoga/src/plugins/use-schema.d.mts +2 -0
  73. package/dist/packages/graphql-yoga/src/plugins/use-unhandled-route.d.cts +2 -0
  74. package/dist/packages/graphql-yoga/src/plugins/use-unhandled-route.d.mts +2 -0
  75. package/dist/packages/graphql-yoga/src/schema.d.cts +2 -0
  76. package/dist/packages/graphql-yoga/src/schema.d.mts +2 -0
  77. package/dist/packages/graphql-yoga/src/server.d.cts +8 -0
  78. package/dist/packages/graphql-yoga/src/server.d.mts +8 -0
  79. package/dist/packages/graphql-yoga/src/types.d.cts +5 -0
  80. package/dist/packages/graphql-yoga/src/types.d.mts +5 -0
  81. package/dist/packages/graphql-yoga/src/utils/mask-error.d.cts +1 -0
  82. package/dist/packages/graphql-yoga/src/utils/mask-error.d.mts +1 -0
  83. package/package.json +2 -2
package/dist/index.cjs ADDED
@@ -0,0 +1,46 @@
1
+ const require_graphiql = require('./graphiql.cjs');
2
+
3
+ //#region src/index.ts
4
+ const renderGraphiQL = (opts) => `
5
+ <!doctype html>
6
+ <html lang="en">
7
+ <head>
8
+ <meta charset="utf-8" />
9
+ <title>${opts?.title || "Yoga GraphiQL"}</title>
10
+ <link rel="icon" href="${opts?.favicon || require_graphiql.favicon}" />
11
+ <style>
12
+ ${require_graphiql.css}
13
+ </style>
14
+ </head>
15
+ <body id="body" class="no-focus-outline">
16
+ <noscript>You need to enable JavaScript to run this app.</noscript>
17
+ <div id="root"></div>
18
+
19
+ <script>
20
+ function prepareBlob(workerContent) {
21
+ const blob = new Blob([workerContent], { type: 'application/javascript' });
22
+ return URL.createObjectURL(blob);
23
+ }
24
+ const workers = {
25
+ editorWorkerService: prepareBlob(${JSON.stringify(require_graphiql.editorWorkerService)}),
26
+ json: prepareBlob(${JSON.stringify(require_graphiql.jsonWorker)}),
27
+ graphql: prepareBlob(${JSON.stringify(require_graphiql.graphqlWorker)}),
28
+ };
29
+ self['MonacoEnvironment'] = {
30
+ globalAPI: false,
31
+ getWorkerUrl: function (moduleId, label) {
32
+ return workers[label];
33
+ },
34
+ };
35
+ ${require_graphiql.js};
36
+ YogaGraphiQL.renderYogaGraphiQL(
37
+ window.document.querySelector('#root'),
38
+ ${JSON.stringify(opts ?? {})},
39
+ );
40
+ <\/script>
41
+ </body>
42
+ </html>
43
+ `;
44
+
45
+ //#endregion
46
+ exports.renderGraphiQL = renderGraphiQL;
@@ -0,0 +1,7 @@
1
+ import { GraphiQLOptions } from "./packages/graphql-yoga/src/plugins/use-graphiql.cjs";
2
+ import "./packages/graphql-yoga/src/index.cjs";
3
+
4
+ //#region src/index.d.ts
5
+ declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;
6
+ //#endregion
7
+ export { renderGraphiQL };
@@ -0,0 +1,7 @@
1
+ import { GraphiQLOptions } from "./packages/graphql-yoga/src/plugins/use-graphiql.mjs";
2
+ import "./packages/graphql-yoga/src/index.mjs";
3
+
4
+ //#region src/index.d.ts
5
+ declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;
6
+ //#endregion
7
+ export { renderGraphiQL };
package/dist/index.mjs ADDED
@@ -0,0 +1,46 @@
1
+ import { css, editorWorkerService, favicon, graphqlWorker, js, jsonWorker } from "./graphiql.mjs";
2
+
3
+ //#region src/index.ts
4
+ const renderGraphiQL = (opts) => `
5
+ <!doctype html>
6
+ <html lang="en">
7
+ <head>
8
+ <meta charset="utf-8" />
9
+ <title>${opts?.title || "Yoga GraphiQL"}</title>
10
+ <link rel="icon" href="${opts?.favicon || favicon}" />
11
+ <style>
12
+ ${css}
13
+ </style>
14
+ </head>
15
+ <body id="body" class="no-focus-outline">
16
+ <noscript>You need to enable JavaScript to run this app.</noscript>
17
+ <div id="root"></div>
18
+
19
+ <script>
20
+ function prepareBlob(workerContent) {
21
+ const blob = new Blob([workerContent], { type: 'application/javascript' });
22
+ return URL.createObjectURL(blob);
23
+ }
24
+ const workers = {
25
+ editorWorkerService: prepareBlob(${JSON.stringify(editorWorkerService)}),
26
+ json: prepareBlob(${JSON.stringify(jsonWorker)}),
27
+ graphql: prepareBlob(${JSON.stringify(graphqlWorker)}),
28
+ };
29
+ self['MonacoEnvironment'] = {
30
+ globalAPI: false,
31
+ getWorkerUrl: function (moduleId, label) {
32
+ return workers[label];
33
+ },
34
+ };
35
+ ${js};
36
+ YogaGraphiQL.renderYogaGraphiQL(
37
+ window.document.querySelector('#root'),
38
+ ${JSON.stringify(opts ?? {})},
39
+ );
40
+ <\/script>
41
+ </body>
42
+ </html>
43
+ `;
44
+
45
+ //#endregion
46
+ export { renderGraphiQL };
@@ -0,0 +1,9 @@
1
+ //#region ../../node_modules/@graphql-tools/utils/typings/errors.d.cts
2
+ declare module 'graphql' {
3
+ interface GraphQLError {
4
+ /**
5
+ * An optional schema coordinate (e.g. "MyType.myField") associated with this error.
6
+ */
7
+ readonly coordinate?: string;
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ //#region ../../node_modules/@graphql-tools/utils/typings/errors.d.cts
2
+ declare module 'graphql' {
3
+ interface GraphQLError {
4
+ /**
5
+ * An optional schema coordinate (e.g. "MyType.myField") associated with this error.
6
+ */
7
+ readonly coordinate?: string;
8
+ }
9
+ }
@@ -0,0 +1 @@
1
+ import "./errors.cjs";
@@ -0,0 +1 @@
1
+ import "./errors.mjs";
@@ -0,0 +1,72 @@
1
+ //#region ../../node_modules/@whatwg-node/fetch/dist/index.d.ts
2
+ /// <reference lib="dom" />
3
+ /// <reference lib="dom.iterable" />
4
+ declare type _URLPattern = typeof URLPattern;
5
+ declare module '@whatwg-node/fetch' {
6
+ export const fetch: typeof globalThis.fetch;
7
+ export const Request: typeof globalThis.Request;
8
+ export const Response: typeof globalThis.Response & {
9
+ json(data: any, init?: ResponseInit): globalThis.Response;
10
+ };
11
+ export const Headers: typeof globalThis.Headers;
12
+ export const FormData: typeof globalThis.FormData;
13
+ export const ReadableStream: typeof globalThis.ReadableStream;
14
+ export const WritableStream: typeof globalThis.WritableStream;
15
+ export const TransformStream: typeof globalThis.TransformStream;
16
+ export const CompressionStream: typeof globalThis.CompressionStream;
17
+ export const DecompressionStream: typeof globalThis.DecompressionStream;
18
+ export const TextDecoderStream: typeof globalThis.TextDecoderStream;
19
+ export const TextEncoderStream: typeof globalThis.TextEncoderStream;
20
+ export const Blob: typeof globalThis.Blob;
21
+ export const File: typeof globalThis.File;
22
+ export const crypto: typeof globalThis.crypto;
23
+ export const btoa: typeof globalThis.btoa;
24
+ export const TextDecoder: typeof globalThis.TextDecoder;
25
+ export const TextEncoder: typeof globalThis.TextEncoder;
26
+ export const URL: typeof globalThis.URL;
27
+ export const URLSearchParams: typeof globalThis.URLSearchParams;
28
+ export const URLPattern: _URLPattern;
29
+ export interface FormDataLimits {
30
+ /* Max field name size (in bytes). Default: 100. */
31
+ fieldNameSize?: number;
32
+ /* Max field value size (in bytes). Default: 1MB. */
33
+ fieldSize?: number;
34
+ /* Max number of fields. Default: Infinity. */
35
+ fields?: number;
36
+ /* For multipart forms, the max file size (in bytes). Default: Infinity. */
37
+ fileSize?: number;
38
+ /* For multipart forms, the max number of file fields. Default: Infinity. */
39
+ files?: number;
40
+ /* For multipart forms, the max number of parts (fields + files). Default: Infinity. */
41
+ parts?: number;
42
+ /* For multipart forms, the max number of header key-value pairs to parse. Default: 2000. */
43
+ headerSize?: number;
44
+ }
45
+ export const createFetch: (opts?: {
46
+ useNodeFetch?: boolean;
47
+ formDataLimits?: FormDataLimits;
48
+ skipPonyfill?: boolean;
49
+ }) => {
50
+ fetch: typeof fetch;
51
+ Request: typeof Request;
52
+ Response: typeof Response;
53
+ Headers: typeof Headers;
54
+ FormData: typeof FormData;
55
+ ReadableStream: typeof ReadableStream;
56
+ WritableStream: typeof WritableStream;
57
+ TransformStream: typeof TransformStream;
58
+ CompressionStream: typeof CompressionStream;
59
+ DecompressionStream: typeof DecompressionStream;
60
+ TextDecoderStream: typeof TextDecoderStream;
61
+ TextEncoderStream: typeof TextEncoderStream;
62
+ Blob: typeof Blob;
63
+ File: typeof File;
64
+ crypto: typeof crypto;
65
+ btoa: typeof btoa;
66
+ TextEncoder: typeof TextEncoder;
67
+ TextDecoder: typeof TextDecoder;
68
+ URLPattern: typeof URLPattern;
69
+ URL: typeof URL;
70
+ URLSearchParams: typeof URLSearchParams;
71
+ };
72
+ }
@@ -0,0 +1,72 @@
1
+ //#region ../../node_modules/@whatwg-node/fetch/dist/index.d.ts
2
+ /// <reference lib="dom" />
3
+ /// <reference lib="dom.iterable" />
4
+ declare type _URLPattern = typeof URLPattern;
5
+ declare module '@whatwg-node/fetch' {
6
+ export const fetch: typeof globalThis.fetch;
7
+ export const Request: typeof globalThis.Request;
8
+ export const Response: typeof globalThis.Response & {
9
+ json(data: any, init?: ResponseInit): globalThis.Response;
10
+ };
11
+ export const Headers: typeof globalThis.Headers;
12
+ export const FormData: typeof globalThis.FormData;
13
+ export const ReadableStream: typeof globalThis.ReadableStream;
14
+ export const WritableStream: typeof globalThis.WritableStream;
15
+ export const TransformStream: typeof globalThis.TransformStream;
16
+ export const CompressionStream: typeof globalThis.CompressionStream;
17
+ export const DecompressionStream: typeof globalThis.DecompressionStream;
18
+ export const TextDecoderStream: typeof globalThis.TextDecoderStream;
19
+ export const TextEncoderStream: typeof globalThis.TextEncoderStream;
20
+ export const Blob: typeof globalThis.Blob;
21
+ export const File: typeof globalThis.File;
22
+ export const crypto: typeof globalThis.crypto;
23
+ export const btoa: typeof globalThis.btoa;
24
+ export const TextDecoder: typeof globalThis.TextDecoder;
25
+ export const TextEncoder: typeof globalThis.TextEncoder;
26
+ export const URL: typeof globalThis.URL;
27
+ export const URLSearchParams: typeof globalThis.URLSearchParams;
28
+ export const URLPattern: _URLPattern;
29
+ export interface FormDataLimits {
30
+ /* Max field name size (in bytes). Default: 100. */
31
+ fieldNameSize?: number;
32
+ /* Max field value size (in bytes). Default: 1MB. */
33
+ fieldSize?: number;
34
+ /* Max number of fields. Default: Infinity. */
35
+ fields?: number;
36
+ /* For multipart forms, the max file size (in bytes). Default: Infinity. */
37
+ fileSize?: number;
38
+ /* For multipart forms, the max number of file fields. Default: Infinity. */
39
+ files?: number;
40
+ /* For multipart forms, the max number of parts (fields + files). Default: Infinity. */
41
+ parts?: number;
42
+ /* For multipart forms, the max number of header key-value pairs to parse. Default: 2000. */
43
+ headerSize?: number;
44
+ }
45
+ export const createFetch: (opts?: {
46
+ useNodeFetch?: boolean;
47
+ formDataLimits?: FormDataLimits;
48
+ skipPonyfill?: boolean;
49
+ }) => {
50
+ fetch: typeof fetch;
51
+ Request: typeof Request;
52
+ Response: typeof Response;
53
+ Headers: typeof Headers;
54
+ FormData: typeof FormData;
55
+ ReadableStream: typeof ReadableStream;
56
+ WritableStream: typeof WritableStream;
57
+ TransformStream: typeof TransformStream;
58
+ CompressionStream: typeof CompressionStream;
59
+ DecompressionStream: typeof DecompressionStream;
60
+ TextDecoderStream: typeof TextDecoderStream;
61
+ TextEncoderStream: typeof TextEncoderStream;
62
+ Blob: typeof Blob;
63
+ File: typeof File;
64
+ crypto: typeof crypto;
65
+ btoa: typeof btoa;
66
+ TextEncoder: typeof TextEncoder;
67
+ TextDecoder: typeof TextDecoder;
68
+ URLPattern: typeof URLPattern;
69
+ URL: typeof URL;
70
+ URLSearchParams: typeof URLSearchParams;
71
+ };
72
+ }
@@ -0,0 +1,2 @@
1
+ import "./types.cjs";
2
+ import "./plugins/types.cjs";
@@ -0,0 +1,2 @@
1
+ import "./types.mjs";
2
+ import "./plugins/types.mjs";
@@ -0,0 +1,9 @@
1
+ import "../../fetch/dist/index.cjs";
2
+ import "./utils.cjs";
3
+ import "./uwebsockets.cjs";
4
+ import "./types.cjs";
5
+ import "./plugins/types.cjs";
6
+ import "./createServerAdapter.cjs";
7
+ import "./plugins/useCors.cjs";
8
+ import "./plugins/useErrorHandling.cjs";
9
+ import "./plugins/useContentEncoding.cjs";
@@ -0,0 +1,9 @@
1
+ import "../../fetch/dist/index.mjs";
2
+ import "./utils.mjs";
3
+ import "./uwebsockets.mjs";
4
+ import "./types.mjs";
5
+ import "./plugins/types.mjs";
6
+ import "./createServerAdapter.mjs";
7
+ import "./plugins/useCors.mjs";
8
+ import "./plugins/useErrorHandling.mjs";
9
+ import "./plugins/useContentEncoding.mjs";
@@ -0,0 +1 @@
1
+ import "../types.cjs";
@@ -0,0 +1 @@
1
+ import "../types.mjs";
@@ -0,0 +1 @@
1
+ import "./types.cjs";
@@ -0,0 +1 @@
1
+ import "./types.mjs";
@@ -0,0 +1,3 @@
1
+ import "../../fetch/dist/index.cjs";
2
+ import "./utils.cjs";
3
+ import "./uwebsockets.cjs";
@@ -0,0 +1,3 @@
1
+ import "../../fetch/dist/index.mjs";
2
+ import "./utils.mjs";
3
+ import "./uwebsockets.mjs";
@@ -0,0 +1 @@
1
+ import "./types.cjs";
@@ -0,0 +1 @@
1
+ import "./types.mjs";
@@ -0,0 +1 @@
1
+ import "./types.cjs";
@@ -0,0 +1 @@
1
+ import "./types.mjs";
@@ -0,0 +1,9 @@
1
+ //#region ../graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/errors.d.cts
2
+ declare module 'graphql' {
3
+ interface GraphQLError {
4
+ /**
5
+ * An optional schema coordinate (e.g. "MyType.myField") associated with this error.
6
+ */
7
+ readonly coordinate?: string;
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ //#region ../graphql-yoga/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/typings/errors.d.cts
2
+ declare module 'graphql' {
3
+ interface GraphQLError {
4
+ /**
5
+ * An optional schema coordinate (e.g. "MyType.myField") associated with this error.
6
+ */
7
+ readonly coordinate?: string;
8
+ }
9
+ }
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1,9 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
2
+ import "./assertResolversPresent.cjs";
3
+ import "./chainResolvers.cjs";
4
+ import "./addResolversToSchema.cjs";
5
+ import "./checkForResolveTypeResolver.cjs";
6
+ import "./extendResolversFromInterfaces.cjs";
7
+ import "./types.cjs";
8
+ import "./makeExecutableSchema.cjs";
9
+ import "./merge-schemas.cjs";
@@ -0,0 +1,9 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
2
+ import "./assertResolversPresent.mjs";
3
+ import "./chainResolvers.mjs";
4
+ import "./addResolversToSchema.mjs";
5
+ import "./checkForResolveTypeResolver.mjs";
6
+ import "./extendResolversFromInterfaces.mjs";
7
+ import "./types.mjs";
8
+ import "./makeExecutableSchema.mjs";
9
+ import "./merge-schemas.mjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.cjs";
@@ -0,0 +1 @@
1
+ import "../node_modules/@graphql-tools/utils/typings/index.mjs";
@@ -0,0 +1,16 @@
1
+ import "../../../node_modules/@graphql-tools/utils/typings/index.cjs";
2
+ import "../../../node_modules/@whatwg-node/server/typings/index.cjs";
3
+ import "./types.cjs";
4
+ import "./plugins/use-schema.cjs";
5
+ import "./plugins/use-unhandled-route.cjs";
6
+ import "./server.cjs";
7
+ import "./plugins/types.cjs";
8
+ import { GraphiQLOptions } from "./plugins/use-graphiql.cjs";
9
+ import "./plugins/use-readiness-check.cjs";
10
+ import "../node_modules/@graphql-tools/schema/typings/index.cjs";
11
+ import "./schema.cjs";
12
+ import "./utils/mask-error.cjs";
13
+ import "./plugins/result-processor/sse.cjs";
14
+ import "./plugins/result-processor/regular.cjs";
15
+ import "./plugins/use-execution-cancellation.cjs";
16
+ import "./plugins/use-error-coordinate.cjs";
@@ -0,0 +1,16 @@
1
+ import "../../../node_modules/@graphql-tools/utils/typings/index.mjs";
2
+ import "../../../node_modules/@whatwg-node/server/typings/index.mjs";
3
+ import "./types.mjs";
4
+ import "./plugins/use-schema.mjs";
5
+ import "./plugins/use-unhandled-route.mjs";
6
+ import "./server.mjs";
7
+ import "./plugins/types.mjs";
8
+ import { GraphiQLOptions } from "./plugins/use-graphiql.mjs";
9
+ import "./plugins/use-readiness-check.mjs";
10
+ import "../node_modules/@graphql-tools/schema/typings/index.mjs";
11
+ import "./schema.mjs";
12
+ import "./utils/mask-error.mjs";
13
+ import "./plugins/result-processor/sse.mjs";
14
+ import "./plugins/result-processor/regular.mjs";
15
+ import "./plugins/use-execution-cancellation.mjs";
16
+ import "./plugins/use-error-coordinate.mjs";
@@ -0,0 +1,2 @@
1
+ import "../../types.cjs";
2
+ import "../types.cjs";
@@ -0,0 +1,2 @@
1
+ import "../../types.mjs";
2
+ import "../types.mjs";
@@ -0,0 +1 @@
1
+ import "../types.cjs";
@@ -0,0 +1 @@
1
+ import "../types.mjs";
@@ -0,0 +1,4 @@
1
+ import "../../../../node_modules/@graphql-tools/utils/typings/index.cjs";
2
+ import "../../../../node_modules/@whatwg-node/server/typings/index.cjs";
3
+ import "../types.cjs";
4
+ import "../server.cjs";
@@ -0,0 +1,4 @@
1
+ import "../../../../node_modules/@graphql-tools/utils/typings/index.mjs";
2
+ import "../../../../node_modules/@whatwg-node/server/typings/index.mjs";
3
+ import "../types.mjs";
4
+ import "../server.mjs";
@@ -0,0 +1 @@
1
+ import "./types.cjs";
@@ -0,0 +1 @@
1
+ import "./types.mjs";