Skip to content

Commit e56ae23

Browse files
cf-yparkOxyjun
andauthored
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent 228d67e commit e56ae23

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ query GraphqlExample($zoneTag: string, $start: Time, $end: Time) {
124124
```
125125
````
126126

127-
When the `Run in GraphQL API Explorer` button is clicked, the following variables will be pre-populated in the GraphQL API Explorer along with the query.
127+
When a user selects the `Run in GraphQL API Explorer` button, the following variables will be pre-populated in the GraphQL API Explorer along with the query.
128128

129-
**Note: The user must be logged in or have an API token saved to see the query and variables pre-populated.**
129+
:::note
130+
The user must be logged in or have an API token saved to see the query and variables pre-populated.
131+
:::
130132

131133
```
132134
{"zoneTag":"ZONE_ID", "start":"2025-05-07T14:54:36Z", "end":"2025-05-07T20:54:36Z"}

src/content/docs/analytics/graphql-api/features/discovery/introspection.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ fragment FullType on __Type {
148148
}
149149
```
150150

151-
For more details on how to send a GraphQL request with curl, please refer to
152-
[this guide][4].
151+
For more details on how to send a GraphQL request with curl, please refer to [Execute a GraphQL query with curl][4].
153152

154153
[1]: https://graphql.org/learn/introspection/
155154
[2]: /analytics/graphql-api/features/discovery/settings/

0 commit comments

Comments
 (0)