Skip to content

Commit

Permalink
Update graphql.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubka024 committed Jul 3, 2023
1 parent 30e2621 commit cd23c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ For this part we assume that you already have a Contember project with your data

:::

You can interact with GraphQL API anywhere. But for basic exploring we suggest using the [Insomnia](https://insomnia.rest/) application. If you created a project in previous step, here's an Insomnia project for quick explaration Just <a href="/assets/insomnia-quickstart.json" target="_blank">download the project</a> and import it into Insomnia by creating new collection and in Export/Import choose Import and choose the file you just downloaded.
You can interact with GraphQL API anywhere. But for basic exploring we suggest using the [Insomnia](https://insomnia.rest/) application. If you created a project in previous step, here's an Insomnia project for quick exploration Just <a href="/assets/insomnia-quickstart.json" target="_blank">download the project</a> and import it into Insomnia by creating new collection and in Export/Import choose Import and choose the file you just downloaded.

![Insomnia](/assets/insomnia-screen.png)

Expand All @@ -195,4 +195,4 @@ Now let's build the UI for our data.
<DocsCard header="Building the UI" href="/intro/interface">
<p>A short introduction to the power of Contember Interface.</p>
</DocsCard>
</DocsCards>
</DocsCards>

0 comments on commit cd23c4e

Please sign in to comment.