@webiny/handler-graphql 5.37.2 → 5.37.3-beta.1

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.
@@ -14,4 +14,6 @@ const AnyScalar = new _graphql.GraphQLScalarType({
14
14
  serialize: returnValue,
15
15
  parseValue: returnValue
16
16
  });
17
- exports.AnyScalar = AnyScalar;
17
+ exports.AnyScalar = AnyScalar;
18
+
19
+ //# sourceMappingURL=AnyScalar.js.map
@@ -24,4 +24,6 @@ const DateScalar = new _graphql.GraphQLScalarType((0, _objectSpread2.default)((0
24
24
  }
25
25
  }
26
26
  }));
27
- exports.DateScalar = DateScalar;
27
+ exports.DateScalar = DateScalar;
28
+
29
+ //# sourceMappingURL=DateScalar.js.map
@@ -24,4 +24,6 @@ const DateTimeScalar = new _graphql.GraphQLScalarType((0, _objectSpread2.default
24
24
  }
25
25
  }
26
26
  }));
27
- exports.DateTimeScalar = DateTimeScalar;
27
+ exports.DateTimeScalar = DateTimeScalar;
28
+
29
+ //# sourceMappingURL=DateTimeScalar.js.map
@@ -47,4 +47,6 @@ const DateTimeZScalar = new _graphql.GraphQLScalarType({
47
47
  return value;
48
48
  }
49
49
  });
50
- exports.DateTimeZScalar = DateTimeZScalar;
50
+ exports.DateTimeZScalar = DateTimeZScalar;
51
+
52
+ //# sourceMappingURL=DateTimeZScalar.js.map
@@ -6,4 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.JsonScalar = void 0;
7
7
  var _graphqlScalars = require("graphql-scalars");
8
8
  const JsonScalar = _graphqlScalars.JSONResolver;
9
- exports.JsonScalar = JsonScalar;
9
+ exports.JsonScalar = JsonScalar;
10
+
11
+ //# sourceMappingURL=JsonScalar.js.map
@@ -53,4 +53,6 @@ const LongScalar = new _graphql.GraphQLScalarType({
53
53
  throw new Error(`Expected type Long, found {${value}}`);
54
54
  }
55
55
  });
56
- exports.LongScalar = LongScalar;
56
+ exports.LongScalar = LongScalar;
57
+
58
+ //# sourceMappingURL=LongScalar.js.map
@@ -52,4 +52,6 @@ const NumberScalar = new _graphql.GraphQLScalarType({
52
52
  throw new Error(`Expected type Number, found {${value}}`);
53
53
  }
54
54
  });
55
- exports.NumberScalar = NumberScalar;
55
+ exports.NumberScalar = NumberScalar;
56
+
57
+ //# sourceMappingURL=NumberScalar.js.map
@@ -51,4 +51,6 @@ const RefInputScalar = new _graphql.GraphQLScalarType({
51
51
  throw new Error("Invalid RefInput value!");
52
52
  }
53
53
  });
54
- exports.RefInputScalar = RefInputScalar;
54
+ exports.RefInputScalar = RefInputScalar;
55
+
56
+ //# sourceMappingURL=RefInputScalar.js.map
@@ -56,4 +56,6 @@ const TimeScalar = new _graphql.GraphQLScalarType({
56
56
  // received from client
57
57
  parseValue: convertToTime
58
58
  });
59
- exports.TimeScalar = TimeScalar;
59
+ exports.TimeScalar = TimeScalar;
60
+
61
+ //# sourceMappingURL=TimeScalar.js.map
@@ -101,4 +101,6 @@ Object.keys(_TimeScalar).forEach(function (key) {
101
101
  return _TimeScalar[key];
102
102
  }
103
103
  });
104
- });
104
+ });
105
+
106
+ //# sourceMappingURL=index.js.map
@@ -99,4 +99,6 @@ var _default = (options = {}) => {
99
99
  type: "wcp-telemetry-tracker"
100
100
  }, route];
101
101
  };
102
- exports.default = _default;
102
+ exports.default = _default;
103
+
104
+ //# sourceMappingURL=createGraphQLHandler.js.map
@@ -66,4 +66,6 @@ const createGraphQLSchema = context => {
66
66
  inheritResolversFromInterfaces: true
67
67
  });
68
68
  };
69
- exports.createGraphQLSchema = createGraphQLSchema;
69
+ exports.createGraphQLSchema = createGraphQLSchema;
70
+
71
+ //# sourceMappingURL=createGraphQLSchema.js.map
package/debugPlugins.js CHANGED
@@ -33,4 +33,6 @@ var _default = () => [new _api.ContextPlugin(async context => {
33
33
  }
34
34
  }
35
35
  }];
36
- exports.default = _default;
36
+ exports.default = _default;
37
+
38
+ //# sourceMappingURL=debugPlugins.js.map
package/errors.js CHANGED
@@ -11,4 +11,6 @@ class NotFoundError extends _error.default {
11
11
  super(message, "NOT_FOUND");
12
12
  }
13
13
  }
14
- exports.NotFoundError = NotFoundError;
14
+ exports.NotFoundError = NotFoundError;
15
+
16
+ //# sourceMappingURL=errors.js.map
package/index.js CHANGED
@@ -53,4 +53,6 @@ Object.keys(_plugins).forEach(function (key) {
53
53
  });
54
54
  var _processRequestBody = _interopRequireDefault(require("./processRequestBody"));
55
55
  var _default = (options = {}) => [(0, _createGraphQLHandler.default)(options)];
56
- exports.default = _default;
56
+ exports.default = _default;
57
+
58
+ //# sourceMappingURL=index.js.map
@@ -34,4 +34,6 @@ const interceptConsole = callback => {
34
34
  };
35
35
  }
36
36
  };
37
- exports.interceptConsole = interceptConsole;
37
+ exports.interceptConsole = interceptConsole;
38
+
39
+ //# sourceMappingURL=interceptConsole.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler-graphql",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -16,10 +16,10 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "7.22.6",
18
18
  "@graphql-tools/schema": "7.1.5",
19
- "@webiny/api": "5.37.2",
20
- "@webiny/error": "5.37.2",
21
- "@webiny/handler": "5.37.2",
22
- "@webiny/plugins": "5.37.2",
19
+ "@webiny/api": "5.37.3-beta.1",
20
+ "@webiny/error": "5.37.3-beta.1",
21
+ "@webiny/handler": "5.37.3-beta.1",
22
+ "@webiny/plugins": "5.37.3-beta.1",
23
23
  "boolean": "3.2.0",
24
24
  "graphql": "15.8.0",
25
25
  "graphql-scalars": "1.12.0",
@@ -29,9 +29,9 @@
29
29
  "@babel/cli": "7.22.6",
30
30
  "@babel/core": "7.22.8",
31
31
  "@babel/preset-env": "7.22.7",
32
- "@webiny/cli": "5.37.2",
33
- "@webiny/handler-aws": "5.37.2",
34
- "@webiny/project-utils": "5.37.2",
32
+ "@webiny/cli": "5.37.3-beta.1",
33
+ "@webiny/handler-aws": "5.37.3-beta.1",
34
+ "@webiny/project-utils": "5.37.3-beta.1",
35
35
  "jest": "29.5.0",
36
36
  "jest-mock-console": "1.3.0",
37
37
  "rimraf": "3.0.2",
@@ -46,5 +46,5 @@
46
46
  "build": "yarn webiny run build",
47
47
  "watch": "yarn webiny run watch"
48
48
  },
49
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
49
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
50
50
  }
@@ -21,4 +21,6 @@ class GraphQLSchemaPlugin extends _plugins.Plugin {
21
21
  }
22
22
  }
23
23
  exports.GraphQLSchemaPlugin = GraphQLSchemaPlugin;
24
- (0, _defineProperty2.default)(GraphQLSchemaPlugin, "type", "graphql-schema");
24
+ (0, _defineProperty2.default)(GraphQLSchemaPlugin, "type", "graphql-schema");
25
+
26
+ //# sourceMappingURL=GraphQLSchemaPlugin.js.map
package/plugins/index.js CHANGED
@@ -13,4 +13,6 @@ Object.keys(_GraphQLSchemaPlugin).forEach(function (key) {
13
13
  return _GraphQLSchemaPlugin[key];
14
14
  }
15
15
  });
16
- });
16
+ });
17
+
18
+ //# sourceMappingURL=index.js.map
@@ -38,4 +38,6 @@ var _default = async (requestBody, schema, context) => {
38
38
  }
39
39
  return await processRequestBody(requestBody, schema, context);
40
40
  };
41
- exports.default = _default;
41
+ exports.default = _default;
42
+
43
+ //# sourceMappingURL=processRequestBody.js.map
package/responses.js CHANGED
@@ -84,4 +84,6 @@ class ListResponse {
84
84
  this.error = null;
85
85
  }
86
86
  }
87
- exports.ListResponse = ListResponse;
87
+ exports.ListResponse = ListResponse;
88
+
89
+ //# sourceMappingURL=responses.js.map
package/types.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map