We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10543b commit e4a975eCopy full SHA for e4a975e
lib/uinta/plug.ex
@@ -16,6 +16,13 @@ if Code.ensure_loaded?(Plug) do
16
aggregator parse the fields. To do this, pass `json: true` in the options
17
when calling the plug.
18
19
+ Finally, GraphQL requests will replace `POST /graphql` with the GraphQL
20
+ operation type and name like `QUERY getUser` or `MUTATION createUser` if an
21
+ operation name is provided. This will give you more visibility into your
22
+ GraphQL requests without having to log out the entire request body or go
23
+ into debug mode. If desired, the GraphQL variables can be included in the
24
+ log line as well.
25
+
26
## Installation
27
28
To install this, find this line (typically in `YourApp.Endpoint`):
0 commit comments