We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc31ebc commit 0e8cf5aCopy full SHA for 0e8cf5a
src/content/docs/dns/additional-options/analytics.mdx
@@ -70,7 +70,7 @@ The DNS analytics has two [schemas](/analytics/graphql-api/getting-started/query
70
71
To get account-level data, you can set up queries similar to the following:
72
73
-<Details header="Get the last 10,000 queries resulting in NXDOMAIN">
+<Details header="Get the last 10,000 queries resulting in NXDOMAIN" open = {true}>
74
75
```
76
query GetLastNXDOMAINResponses {
@@ -97,7 +97,7 @@ query GetLastNXDOMAINResponses {
97
98
</Details>
99
100
-<Details header="Get the overall query count per account">
+<Details header="Get the overall query count per account" open = {true}>
101
102
103
query GetTotalDNSQueryCount {
0 commit comments