Learn-GraphQL icon indicating copy to clipboard operation
Learn-GraphQL copied to clipboard

TypeError: Class constructor GraphQLNonNull cannot be invoked without 'new'

Open zadam-dev opened this issue 3 years ago • 0 comments

for some reason, constructor GraphQLNonNull doesn't work with graphql package version 16+ resulting in the error message:

TypeError: Class constructor GraphQLNonNull cannot be invoked without 'new'

zadam-dev avatar Oct 02 '22 09:10 zadam-dev