Skip to content

Commit 0e8cf5a

Browse files
Make query examples open by default
1 parent cc31ebc commit 0e8cf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/dns/additional-options/analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The DNS analytics has two [schemas](/analytics/graphql-api/getting-started/query
7070

7171
To get account-level data, you can set up queries similar to the following:
7272

73-
<Details header="Get the last 10,000 queries resulting in NXDOMAIN">
73+
<Details header="Get the last 10,000 queries resulting in NXDOMAIN" open = {true}>
7474

7575
```
7676
query GetLastNXDOMAINResponses {
@@ -97,7 +97,7 @@ query GetLastNXDOMAINResponses {
9797
```
9898
</Details>
9999

100-
<Details header="Get the overall query count per account">
100+
<Details header="Get the overall query count per account" open = {true}>
101101

102102
```
103103
query GetTotalDNSQueryCount {

0 commit comments

Comments
 (0)