Skip to content

Commit db0f1fd

Browse files
Use graphql code bolck and add graphql-api-explorer
1 parent 0e8cf5a commit db0f1fd

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
@@ -72,7 +72,7 @@ To get account-level data, you can set up queries similar to the following:
7272

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

75-
```
75+
```graphql graphql-api-explorer
7676
query GetLastNXDOMAINResponses {
7777
viewer {
7878
accounts(filter: { accountTag: "83a4527361bcdec24566fd7f837b6de5" }) {
@@ -99,7 +99,7 @@ query GetLastNXDOMAINResponses {
9999

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

102-
```
102+
```graphql graphql-api-explorer
103103
query GetTotalDNSQueryCount {
104104
viewer {
105105
accounts(filter: { accountTag: "83a4527361bcdec24566fd7f837b6de5" }) {

0 commit comments

Comments
 (0)