From 0556170976bde4a6d549737da8de87d4cc088907 Mon Sep 17 00:00:00 2001 From: Andrew Hoglund Date: Wed, 29 Jun 2022 17:54:14 -0500 Subject: [PATCH] Remove the mention of mutations not being allowed (#28842) Closes: https://github.com/github/ecosystem-api/issues/3190 --- content/graphql/guides/using-the-explorer.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/graphql/guides/using-the-explorer.md b/content/graphql/guides/using-the-explorer.md index b822d8af72..ba38367d26 100644 --- a/content/graphql/guides/using-the-explorer.md +++ b/content/graphql/guides/using-the-explorer.md @@ -18,12 +18,6 @@ topics: [GraphQL Explorer](/graphql/overview/explorer) is an instance of [GraphiQL](https://github.com/graphql/graphiql), which is a "graphical interactive in-browser GraphQL IDE." -{% note %} - -**Note**: {% data variables.product.prodname_dotcom %} has disabled [mutations](/graphql/reference/mutations) in the Explorer, but you can use them in your own GraphiQL instance. - -{% endnote %} - {% else %} [GraphiQL](https://github.com/graphql/graphiql), also referred to in this documentation as the GraphQL Explorer, is a "graphical interactive in-browser GraphQL IDE."