Simpy Parveen
Simpy Parveen
@wtfiscrq could you elaborate with an example please. I am using ApolloServer v4
```ts const server = new ApolloServer({ gateway, introspection: true, plugins: [], formatError: async ({context, **maskError**}), cache: "", context: async ({ req }) => ({}) }); ``` This would be quite...
@Marsup Seems like module is not present in your installed dependencies. First thing to do is to make sure you install that dependency: _**npm install @escape.tech/graphql-armor-max-depth**_ Make sure you customize...
I am using ApolloServer, plugins on Escape's docs are for Envelope. I missed that. 1) Setting skipLibCheck to true in your tsconfig.json file will resolve TypeScript type checking issues, but...