As seen in spring-projects/spring-graphql#108, the GraphQL HTTP spec now requires the "application/graphql+json" media type and accepts "application/json" for backwards compatibility.
We should update the GraphQL HTTP functional handlers to reflect that.