Skip to content

Commit de20ddf

Browse files
committed
Added application/graphql content type to usage in readme fix #186
1 parent f0f601e commit de20ddf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The servlet supports the following request formats:
101101
* operationName (optional)
102102
* variables (optional)
103103
* POST multipart parts named "query", "operationName" (optional), and "variables" (optional)
104+
* POST with Content Type "application/graphql" will treat the HTTP POST body contents as the GraphQL query string
104105

105106
## Servlet Listeners
106107

0 commit comments

Comments
 (0)