#Graphql module crash my REST API e2e tests

3 messages · Page 1 of 1 (latest)

light lily
#

Hello
I'm working on a project which uses REST API and GraphQL API as well. After I setuped the GraphQL module inside my AppModule my REST API e2e tests stoped working, and I get a GraphQL error when I run the e2e tests. If i start the dev server everythink work just fine, and I can send requests to REST API and GrapQL API as well. Just the e2e tests not working.
I attached the result of the e2e test, and some config of my project.
I would be very happy if somebody could help me.

#

Graphql module crash my REST API e2e tests

violet idol
#

Looks like you could be missing a @ObjectType() decorator on any of your entity/DTO