@webiny/handler-graphql 5.37.6 → 5.37.7

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,6 +14,4 @@ const AnyScalar = new _graphql.GraphQLScalarType({
14
14
  serialize: returnValue,
15
15
  parseValue: returnValue
16
16
  });
17
- exports.AnyScalar = AnyScalar;
18
-
19
- //# sourceMappingURL=AnyScalar.js.map
17
+ exports.AnyScalar = AnyScalar;
@@ -24,6 +24,4 @@ const DateScalar = new _graphql.GraphQLScalarType((0, _objectSpread2.default)((0
24
24
  }
25
25
  }
26
26
  }));
27
- exports.DateScalar = DateScalar;
28
-
29
- //# sourceMappingURL=DateScalar.js.map
27
+ exports.DateScalar = DateScalar;
@@ -24,6 +24,4 @@ const DateTimeScalar = new _graphql.GraphQLScalarType((0, _objectSpread2.default
24
24
  }
25
25
  }
26
26
  }));
27
- exports.DateTimeScalar = DateTimeScalar;
28
-
29
- //# sourceMappingURL=DateTimeScalar.js.map
27
+ exports.DateTimeScalar = DateTimeScalar;
@@ -47,6 +47,4 @@ const DateTimeZScalar = new _graphql.GraphQLScalarType({
47
47
  return value;
48
48
  }
49
49
  });
50
- exports.DateTimeZScalar = DateTimeZScalar;
51
-
52
- //# sourceMappingURL=DateTimeZScalar.js.map
50
+ exports.DateTimeZScalar = DateTimeZScalar;
@@ -6,6 +6,4 @@ 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;
10
-
11
- //# sourceMappingURL=JsonScalar.js.map
9
+ exports.JsonScalar = JsonScalar;
@@ -53,6 +53,4 @@ const LongScalar = new _graphql.GraphQLScalarType({
53
53
  throw new Error(`Expected type Long, found {${value}}`);
54
54
  }
55
55
  });
56
- exports.LongScalar = LongScalar;
57
-
58
- //# sourceMappingURL=LongScalar.js.map
56
+ exports.LongScalar = LongScalar;
@@ -52,6 +52,4 @@ const NumberScalar = new _graphql.GraphQLScalarType({
52
52
  throw new Error(`Expected type Number, found {${value}}`);
53
53
  }
54
54
  });
55
- exports.NumberScalar = NumberScalar;
56
-
57
- //# sourceMappingURL=NumberScalar.js.map
55
+ exports.NumberScalar = NumberScalar;
@@ -51,6 +51,4 @@ const RefInputScalar = new _graphql.GraphQLScalarType({
51
51
  throw new Error("Invalid RefInput value!");
52
52
  }
53
53
  });
54
- exports.RefInputScalar = RefInputScalar;
55
-
56
- //# sourceMappingURL=RefInputScalar.js.map
54
+ exports.RefInputScalar = RefInputScalar;
@@ -56,6 +56,4 @@ const TimeScalar = new _graphql.GraphQLScalarType({
56
56
  // received from client
57
57
  parseValue: convertToTime
58
58
  });
59
- exports.TimeScalar = TimeScalar;
60
-
61
- //# sourceMappingURL=TimeScalar.js.map
59
+ exports.TimeScalar = TimeScalar;
@@ -101,6 +101,4 @@ Object.keys(_TimeScalar).forEach(function (key) {
101
101
  return _TimeScalar[key];
102
102
  }
103
103
  });
104
- });
105
-
106
- //# sourceMappingURL=index.js.map
104
+ });
@@ -99,6 +99,4 @@ var _default = (options = {}) => {
99
99
  type: "wcp-telemetry-tracker"
100
100
  }, route];
101
101
  };
102
- exports.default = _default;
103
-
104
- //# sourceMappingURL=createGraphQLHandler.js.map
102
+ exports.default = _default;
@@ -66,6 +66,4 @@ const createGraphQLSchema = context => {
66
66
  inheritResolversFromInterfaces: true
67
67
  });
68
68
  };
69
- exports.createGraphQLSchema = createGraphQLSchema;
70
-
71
- //# sourceMappingURL=createGraphQLSchema.js.map
69
+ exports.createGraphQLSchema = createGraphQLSchema;
package/debugPlugins.js CHANGED
@@ -33,6 +33,4 @@ var _default = () => [new _api.ContextPlugin(async context => {
33
33
  }
34
34
  }
35
35
  }];
36
- exports.default = _default;
37
-
38
- //# sourceMappingURL=debugPlugins.js.map
36
+ exports.default = _default;
package/errors.js CHANGED
@@ -11,6 +11,4 @@ class NotFoundError extends _error.default {
11
11
  super(message, "NOT_FOUND");
12
12
  }
13
13
  }
14
- exports.NotFoundError = NotFoundError;
15
-
16
- //# sourceMappingURL=errors.js.map
14
+ exports.NotFoundError = NotFoundError;
package/index.js CHANGED
@@ -53,6 +53,4 @@ 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;
57
-
58
- //# sourceMappingURL=index.js.map
56
+ exports.default = _default;
@@ -34,6 +34,4 @@ const interceptConsole = callback => {
34
34
  };
35
35
  }
36
36
  };
37
- exports.interceptConsole = interceptConsole;
38
-
39
- //# sourceMappingURL=interceptConsole.js.map
37
+ exports.interceptConsole = interceptConsole;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler-graphql",
3
- "version": "5.37.6",
3
+ "version": "5.37.7",
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.6",
20
- "@webiny/error": "5.37.6",
21
- "@webiny/handler": "5.37.6",
22
- "@webiny/plugins": "5.37.6",
19
+ "@webiny/api": "5.37.7",
20
+ "@webiny/error": "5.37.7",
21
+ "@webiny/handler": "5.37.7",
22
+ "@webiny/plugins": "5.37.7",
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.6",
33
- "@webiny/handler-aws": "5.37.6",
34
- "@webiny/project-utils": "5.37.6",
32
+ "@webiny/cli": "5.37.7",
33
+ "@webiny/handler-aws": "5.37.7",
34
+ "@webiny/project-utils": "5.37.7",
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": "53e962c150c2732178d0431d7dfb0f6e9caa3381"
49
+ "gitHead": "115054c51d8e6699eed34ab574ae30cb6a716be0"
50
50
  }
@@ -21,6 +21,4 @@ class GraphQLSchemaPlugin extends _plugins.Plugin {
21
21
  }
22
22
  }
23
23
  exports.GraphQLSchemaPlugin = GraphQLSchemaPlugin;
24
- (0, _defineProperty2.default)(GraphQLSchemaPlugin, "type", "graphql-schema");
25
-
26
- //# sourceMappingURL=GraphQLSchemaPlugin.js.map
24
+ (0, _defineProperty2.default)(GraphQLSchemaPlugin, "type", "graphql-schema");
package/plugins/index.js CHANGED
@@ -13,6 +13,4 @@ Object.keys(_GraphQLSchemaPlugin).forEach(function (key) {
13
13
  return _GraphQLSchemaPlugin[key];
14
14
  }
15
15
  });
16
- });
17
-
18
- //# sourceMappingURL=index.js.map
16
+ });
@@ -38,6 +38,4 @@ var _default = async (requestBody, schema, context) => {
38
38
  }
39
39
  return await processRequestBody(requestBody, schema, context);
40
40
  };
41
- exports.default = _default;
42
-
43
- //# sourceMappingURL=processRequestBody.js.map
41
+ exports.default = _default;
package/responses.js CHANGED
@@ -84,6 +84,4 @@ class ListResponse {
84
84
  this.error = null;
85
85
  }
86
86
  }
87
- exports.ListResponse = ListResponse;
88
-
89
- //# sourceMappingURL=responses.js.map
87
+ exports.ListResponse = ListResponse;
package/types.js CHANGED
@@ -2,6 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
6
-
7
- //# sourceMappingURL=types.js.map
5
+ });