mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 10:25:33 +00:00
* implement GraphQLQueryBodyParameter and GraphQLQueryBody annotation * GraphQLQueryBodyParameter to recognize application/graphql * fix 500 error on method without @GraphQLQueryBody * refactor to processGraphQlGetRequest and processGraphQlPostRequest * add testGraphPostContentTypeJson and testGraphPostContentTypeGraphql to GraphQLR4RawTest * fix imports