From 411ad0ad297e9cbc66c11aabb175711b5d8d0b05 Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 12 Feb 2025 18:02:56 +1100 Subject: [PATCH] Update README.md graphql instructions fix issue with graphql instructions showing incorrect X-REQUEST-TYPE value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5110daa3..ff8302c6 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ You can specify a request as `GraphQL Request` by adding a custom request header POST https://api.github.com/graphql Content-Type: application/json Authorization: Bearer xxx -X-REQUEST-TYPE: GraphQL +X-REQUEST-TYPE: graphql query ($name: String!, $owner: String!) { repository(name: $name, owner: $owner) {