When I emulate production
(aka, playground is disabled
) and I go to my root, http://localhost:9000/
I receive the following response:
400 Bad Request
GET query missing
Is there a way to prevent this or a workaround to render other page?
I'm new with apollo. I'm using just apollo-server
(no express). I will appreciate any help.