Explicitly add graphql-tag as api dependency
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user