fix: unable to use objectId size higher than 19 on GraphQL API (#7722)

This commit is contained in:
Manuel
2021-11-27 13:36:49 +01:00
committed by GitHub
parent 2923833b25
commit 8ee0445c0a
4 changed files with 35 additions and 10 deletions

6
package-lock.json generated
View File

@@ -7496,9 +7496,9 @@
"integrity": "sha512-9TSAwcVA3KWw7JWYep5NCk2aw3wl1ayLtbMpmG7l26vh1FZ+gZexNPP+XJfUFyJa71UU0zcKSgtgpsrsA3Xv9Q=="
},
"graphql-relay": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.9.0.tgz",
"integrity": "sha512-yNJLCqcjz0XpzpmmckRJCSK8a2ZLwTurwrQ09UyGftONh52PbrGpK1UO4yspvj0c7pC+jkN4ZUqVXG3LRrWkXQ=="
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.7.0.tgz",
"integrity": "sha512-P8eS3IbZRhbfbcfud1Q6VPrIru4hchkb15MuOij+WQo9r0chD5NBIxiVjuRE2iG2EMHxIOrZb8LnMe82+YdITA=="
},
"graphql-subscriptions": {
"version": "1.2.1",