diff --git a/app/api/package.json b/app/api/package.json index 4028911..ee59e8c 100644 --- a/app/api/package.json +++ b/app/api/package.json @@ -6,6 +6,7 @@ "@redwoodjs/api": "^0.33.0", "@redwoodjs/api-server": "^0.33.0", "@sentry/node": "^6.5.1", - "cloudinary": "^1.23.0" + "cloudinary": "^1.23.0", + "graphql-tag": "^2.12.4" } } diff --git a/app/api/src/functions/identity-signup.js b/app/api/src/functions/identity-signup.js index b7e8791..8890537 100644 --- a/app/api/src/functions/identity-signup.js +++ b/app/api/src/functions/identity-signup.js @@ -2,7 +2,7 @@ import { createUserInsecure } from 'src/services/users/users.js' import { db } from 'src/lib/db' import { sentryWrapper } from 'src/lib/sentry' import { enforceAlphaNumeric, generateUniqueString } from 'src/services/helpers' -// import 'graphql-tag' +import 'graphql-tag' const unWrappedHandler = async (req, _context) => { const body = JSON.parse(req.body) diff --git a/app/yarn.lock b/app/yarn.lock index bfeda86..74f9ede 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -10068,7 +10068,7 @@ graphql-scalars@1.9.3: dependencies: tslib "~2.2.0" -graphql-tag@2.12.4: +graphql-tag@2.12.4, graphql-tag@^2.12.4: version "2.12.4" resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.4.tgz#d34066688a4f09e72d6f4663c74211e9b4b7c4bf" integrity sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==