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: content/graphql/guides/forming-calls-with-graphql.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,6 @@ For a real-world example, see [Example mutation](#example-mutation).
112
112
113
113
[Variables](https://graphql.org/learn/queries/#variables) can make queries more dynamic and powerful, and they can reduce complexity when passing mutation input objects.
114
114
115
-
> [!NOTE]
116
-
> If you're using the Explorer, make sure to enter variables in the separate [Query Variables pane](/graphql/guides/using-the-explorer#using-the-variable-pane), and do not include the word `variables` before the JSON object.
117
-
118
115
Here's an example query with a single variable:
119
116
120
117
```graphql
@@ -269,9 +266,6 @@ mutation AddReactionToIssue {
269
266
}
270
267
```
271
268
272
-
> [!TIP]
273
-
> Although you can include a query and a mutation in the same Explorer window if you give them names (`FindIssueID` and `AddReactionToIssue` in this example), theoperationswillbeexecutedasseparatecallstotheGraphQLendpoint. It'snotpossibletoperformaqueryatthesametimeasamutation, orviceversa.
274
-
275
269
Let's walk through the example. The task soundssimple: add an emoji reaction to an issue.
276
270
277
271
So how do we know to begin with a query? We don't, yet.
@@ -294,7 +288,7 @@ Let's examine the query line by line:
Copy file name to clipboardExpand all lines: content/graphql/guides/using-graphql-clients.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ intro: 'You can run queries on real {% data variables.product.prodname_dotcom %}
4
4
redirect_from:
5
5
- /v4/guides/using-the-explorer
6
6
- /graphql/guides/using-the-explorer
7
+
- /graphql/overview/explorer
7
8
versions:
8
9
fpt: '*'
9
10
ghec: '*'
@@ -12,6 +13,10 @@ topics:
12
13
- API
13
14
---
14
15
16
+
17
+
> [!WARNING]
18
+
> The GraphQL Explorer was removed from the documentation on November 11, 2025. See our [changelog announcement](https://github.blog/changelog/2025-11-07-graphql-explorer-removal-from-api-documentation-on-november-7-2025).
19
+
15
20
## Using GraphQL client IDEs
16
21
17
22
There are many open-source GraphQL client IDEs you can use to access {% data variables.product.company_short %}'s GraphQL API.
You can access this same content via the [Explorer Docs sidebar](/graphql/guides/using-the-explorer#accessing-the-sidebar-docs). Note that you may need to rely on both the docs and the schema validation to successfully call the GraphQL API.
53
-
54
52
For other information, such as authentication and rate limit details, check out the [guides](/graphql/guides).
intro: 'Learn about the {% data variables.product.prodname_dotcom %} GraphQL API, previews for upcoming changes, breaking changes, and limitations. You can also use the GraphQL Explorer to interact with the API on real {% data variables.product.prodname_dotcom %} data.'
3
+
intro: 'Learn about the {% data variables.product.prodname_dotcom %} GraphQL API, previews for upcoming changes, breaking changes, and limitations.'
Copy file name to clipboardExpand all lines: content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md
0 commit comments