@graphql-mesh/neo4j 1.0.0-alpha-20230424111644-b7c761da0 → 1.0.0-alpha-20230522105300-fe9c79867

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.
package/cjs/index.js CHANGED
@@ -103,6 +103,9 @@ class Neo4JHandler {
103
103
  resolvers: {
104
104
  BigInt: graphql_scalars_1.GraphQLBigInt,
105
105
  },
106
+ resolverValidationOptions: {
107
+ requireResolversToMatchSchema: 'ignore',
108
+ },
106
109
  plugins: {
107
110
  subscriptions: {
108
111
  events,
package/esm/index.js CHANGED
@@ -100,6 +100,9 @@ export default class Neo4JHandler {
100
100
  resolvers: {
101
101
  BigInt: GraphQLBigInt,
102
102
  },
103
+ resolverValidationOptions: {
104
+ requireResolversToMatchSchema: 'ignore',
105
+ },
103
106
  plugins: {
104
107
  subscriptions: {
105
108
  events,
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@graphql-mesh/neo4j",
3
- "version": "1.0.0-alpha-20230424111644-b7c761da0",
3
+ "version": "1.0.0-alpha-20230522105300-fe9c79867",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
- "@graphql-mesh/cross-helpers": "^0.3.4",
7
- "@graphql-mesh/store": "1.0.0-alpha-20230424111644-b7c761da0",
8
- "@graphql-mesh/types": "1.0.0-alpha-20230424111644-b7c761da0",
9
- "@graphql-mesh/utils": "1.0.0-alpha-20230424111644-b7c761da0",
6
+ "@graphql-mesh/cross-helpers": "0.4.0-alpha-20230522105300-fe9c79867",
7
+ "@graphql-mesh/store": "1.0.0-alpha-20230522105300-fe9c79867",
8
+ "@graphql-mesh/types": "1.0.0-alpha-20230522105300-fe9c79867",
9
+ "@graphql-mesh/utils": "1.0.0-alpha-20230522105300-fe9c79867",
10
10
  "@graphql-tools/utils": "^9.2.1",
11
11
  "graphql": "*",
12
12
  "tslib": "^2.4.0"
13
13
  },
14
14
  "dependencies": {
15
- "@neo4j/graphql": "3.18.1",
15
+ "@neo4j/graphql": "3.18.3",
16
16
  "@neo4j/introspector": "^1.0.1",
17
17
  "graphql-scalars": "^1.20.4",
18
- "neo4j-driver": "5.7.0"
18
+ "neo4j-driver": "5.8.0"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",