Simpy Parveen

Results 2 issues of Simpy Parveen

I encountered bug, "RangeError: Maximum call stack size exceeded", that indicates that there's a stack overflow due to excessive recursion. This typically happens when there's an infinite loop or circular...

@4Catalyzer import { createComplexityLimitRule } from 'graphql-validation-complexity'; import { ApolloServer } from '@apollo/server'; // I am using latest ApolloServer v4. const ComplexityLimitRule = createComplexityLimitRule(1000); const apolloServer = new ApolloServer({ gateway,...