You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/usage/graphql.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# GraphQL
2
2
3
-
You can use the `GRAPHQL` method (preferred), `@graphql` directive or `X-REQUEST-TYPE: GraphQL` header to send GraphQL requests.
3
+
Use `GRAPHQL` method to indicate a GRAPHQL request.
4
+
5
+
`@graphql` directive or `X-REQUEST-TYPE: GraphQL` header may also work, but are deprecated and will not activate all the features of the GraphQL request.
4
6
5
7
Create a file with the `.http` extension and write your GraphQL requests in it.
6
8
@@ -9,7 +11,6 @@ Create a file with the `.http` extension and write your GraphQL requests in it.
0 commit comments