We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54db0a commit 0cb4cc7Copy full SHA for 0cb4cc7
1 file changed
docs/graphql/index.html
@@ -51,7 +51,7 @@ <h3>How can I test my queries during development?</h3>
51
<p>
52
Although you'll likely want to consume our API programmatically using a library in your language of choice,
53
as you work on your integration, you may find it helpful to have a readily available UI for writing and running queries.
54
- For that, try out our <a href="https://app.codesignal.com/graphql">GraphQL Playground</a>, which is connected to our real API
+ For that, try out our <a href="https://app.codesignal.com/graphiql">GraphQL Playground</a>, which is connected to our real API
55
and provides a helpful interface that will make it easier for you to quickly spot and resolve syntax or schema issues in your queries.
56
</p>
57
0 commit comments