|
1 | 1 | --- |
2 | 2 | title: Get started |
3 | | -pcx_content_type: get-started |
| 3 | +pcx_content_type: navigation |
4 | 4 | sidebar: |
5 | 5 | order: 11 |
6 | | - |
7 | 6 | --- |
8 | 7 |
|
9 | | -import { Render } from "~/components" |
| 8 | +import { Render } from "~/components"; |
10 | 9 |
|
11 | 10 | Use these articles to get started with the Cloudflare GraphQL API: |
12 | 11 |
|
13 | | -* [Authentication][1] - walks you through the options and the steps required to |
| 12 | +- [GraphQL Explorer][7] |
| 13 | +- [Authentication][1] - walks you through the options and the steps required to |
14 | 14 | set up your access to Cloudflare API successfully, |
15 | | -* [Querying basics][2] - brings simple query examples for you to start exploring |
| 15 | +- [Querying basics][2] - brings simple query examples for you to start exploring |
16 | 16 | the GraphQL API, |
17 | | -* [Introspect the GraphQL schema][3] - explains how-to surf the schema with |
| 17 | +- [Introspect the GraphQL schema][3] - explains how-to surf the schema with |
18 | 18 | GraphQL client, |
19 | | -* [Create a query in a GraphQL client][4] - describes how to build and run a |
| 19 | +- [Create a query in a GraphQL client][4] - describes how to build and run a |
20 | 20 | query against the Cloudflare GraphQL API in the GraphQL clients, |
21 | | -* [Use curl to query the GraphQL API][5] - walks you through running a query |
| 21 | +- [Use curl to query the GraphQL API][5] - walks you through running a query |
22 | 22 | against the Cloudflare GraphQL API from the command line. |
23 | 23 |
|
24 | 24 | For examples of how to build your own GraphQL Analytics dashboard and query |
25 | 25 | specific information, such as Firewall and Workers events, please refer to |
26 | 26 | [Tutorials][6]. |
27 | 27 |
|
28 | 28 | :::note[Data unavailability: Customer Metadata Boundary configuration] |
29 | | - <Render file="customer_metadata_boundary_error" /> |
| 29 | + |
| 30 | +<Render file="customer_metadata_boundary_error" /> |
30 | 31 | ::: |
31 | 32 |
|
32 | 33 | [1]: /analytics/graphql-api/getting-started/authentication/ |
33 | | - |
34 | 34 | [2]: /analytics/graphql-api/getting-started/querying-basics/ |
35 | | - |
36 | 35 | [3]: /analytics/graphql-api/getting-started/explore-graphql-schema/ |
37 | | - |
38 | 36 | [4]: /analytics/graphql-api/getting-started/compose-graphql-query/ |
39 | | - |
40 | 37 | [5]: /analytics/graphql-api/getting-started/execute-graphql-query/ |
41 | | - |
42 | 38 | [6]: /analytics/graphql-api/tutorials/ |
| 39 | +[7]: /analytics/graphql-api/explorer/ |
0 commit comments