Skip to content

Commit

Permalink
Prevent accidental promotions from the example graphiql workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Dec 22, 2020
1 parent 5bb3ef0 commit 6addf99
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 611 deletions.
2 changes: 1 addition & 1 deletion guides/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scopes, actions, and token types are expected to expand over time.
## Examples
Reticulum ships with [GraphiQL](https://github.com/graphql/graphiql/tree/main/packages/graphiql#graphiql), a graphical, interactive, in-browser GraphQL IDE that makes it easier to test and learn the API. It can be accessed by navigating to `<your_hubs_cloud_host>/api/v2_alpha/graphiql`.

[This example workspace](../test/api/v2/graphiql-workspace-2020-10-28-15-28-39.json) demonstrates several queries and can be loaded into the GraphiQL interface. You will have to supply your own API access token(s).
[This example workspace](../test/api/v2/graphiql-workspace-2020-12-07-15-26-56.json) demonstrates several queries and can be loaded into the GraphiQL interface. You will have to supply your own API access token(s).

Requests can also be sent by
- an `HTTP` client library,
Expand Down
Loading

0 comments on commit 6addf99

Please sign in to comment.