Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented more visually appealing toggle switches on Uniswap Quickstart page #420

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions docs/quickstart/quickstart_chains/ethereum-uniswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,7 @@ Next, let's query our project. Follow these three simple steps to query your Sub

Try the following queries to understand how it works for your new SubQuery starter project. Don’t forget to learn more about the [GraphQL Query language](../../run_publish/query.md).

<details>
<summary>Pools</summary>
:::details Pools

#### Request

Expand Down Expand Up @@ -921,10 +920,9 @@ query {
}
```

</details>
:::

<details>
<summary>Swaps</summary>
:::details Swaps

#### Request

Expand Down Expand Up @@ -988,10 +986,9 @@ query {
}
```

</details>
:::

<details>
<summary>Positions</summary>
:::details Positions

#### Request

Expand Down Expand Up @@ -1051,10 +1048,9 @@ query {
}
```

</details>
:::

<details>
<summary>uniswapDayData (statistical data)</summary>
::: details uniswapDayData (statistical data)

#### Request

Expand Down Expand Up @@ -1106,7 +1102,7 @@ query {
}
```

</details>
:::

## What's next?

Expand Down
Loading