From 1659c36b27e771a9bf47f95d91798b2f6d2deb48 Mon Sep 17 00:00:00 2001 From: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:28:39 -0700 Subject: [PATCH] Add ghe.com to graphql doc (#56785) --- content/graphql/guides/managing-enterprise-accounts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/graphql/guides/managing-enterprise-accounts.md b/content/graphql/guides/managing-enterprise-accounts.md index 35007d1d20..2a99fc1a60 100644 --- a/content/graphql/guides/managing-enterprise-accounts.md +++ b/content/graphql/guides/managing-enterprise-accounts.md @@ -80,6 +80,7 @@ The next steps will use Insomnia. 1. Add the base url and `POST` method to your GraphQL client. When using GraphQL to request information (queries), change information (mutations), or transfer data using the GitHub API, the default HTTP method is `POST` and the base url follows this syntax: * For your enterprise instance: `https:///api/graphql` * For GitHub Enterprise Cloud: `https://api.github.com/graphql` + * For GitHub Enterprise Cloud with Data Residency: `https://api.SUBDOMAIN.ghe.com/graphql` 1. Select the "Auth" menu and click **Bearer Token**. If you've previously selected a different authentication method, the menu will be labeled with that method, such as "Basic Auth", instead. ![Screenshot of the expanded "Auth" menu in Insomnia. The menu label, "Auth", and the "Bearer Token" option are outlined in dark orange.](/assets/images/developer/graphql/insomnia-bearer-token-option.png)