“Mime type of document could not be determined” Error on Apollo Server

“Mime type of document could not be determined” Error on Apollo Server


0

I was given a link for a graphQL server with already built in queries and mutations.

When I tried to run a mutation, I got the following response:


{
  "data": {},
  "errors": [
    {
      "message": "Mime type of document could not be determined"
    }
  ]
}

What could be the problem and how can i fix it?

New contributor

Moyo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


Load 5 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *