Skip to content

Commit 1f6f4bf

Browse files
authored
add 'launch in explorer' button
1 parent b1a63ee commit 1f6f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/dns/2025-06-23-account-level-dns-analytics-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This allows users to query DNS analytics across multiple zones in their account,
1010

1111
Here is an example to retrieve all DNS queries across all zones in an account that resulted in an `NXDOMAIN` response over a given time frame. Please replace `a30f822fcd7c401984bf85d8f2a5111c` with your actual account ID.
1212

13-
```graphql title="GraphQL example for account-level DNS analytics"
13+
```graphql graphql-api-explorer title="GraphQL example for account-level DNS analytics"
1414
query Viewer {
1515
viewer {
1616
accounts(filter: { accountTag: "a30f822fcd7c401984bf85d8f2a5111c" }) {

0 commit comments

Comments
 (0)