Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Aug 9, 2024
1 parent 7151468 commit a2de8f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,11 @@ methods allowing for different options for each configured endpoint.
| `ReadFormOnPost` | Enables parsing of form data for POST requests (may have security implications). | False |
| `ReadQueryStringOnPost` | Enables parsing the query string on POST requests. | True |
| `ReadVariablesFromQueryString` | Enables reading variables from the query string. | True |
| `ValidationErrorsReturnBadRequest` | When enabled, GraphQL requests with validation errors have the HTTP status code set to 400 Bad Request. | True |
| `ValidationErrorsReturnBadRequest` | When enabled, GraphQL requests with validation errors have the HTTP status code set to 400 Bad Request. | Automatic * |
| `WebSockets` | Returns a set of configuration properties for WebSocket connections. | |

* Automatic mode will return a 200 OK status code when the returned content type is `application/json`; otherwise 400 or as defined by the error.

#### GraphQLWebSocketOptions

| Property | Description | Default value |
Expand Down

0 comments on commit a2de8f5

Please sign in to comment.