-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path_meta.ts
More file actions
35 lines (35 loc) · 729 Bytes
/
_meta.ts
File metadata and controls
35 lines (35 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
export default {
"-- 1": {
type: "separator",
title: "Learn",
},
index: "Introduction",
schema: "Schemas and Types",
queries: "",
mutations: "",
subscriptions: "",
validation: "",
execution: "",
response: "",
introspection: "",
"-- 2": {
type: "separator",
title: "Best Practices",
},
"best-practices": "",
"thinking-in-graphs": "",
"serving-over-http": "",
authorization: "",
pagination: "",
"schema-design": "Schema Design",
"global-object-identification": "",
caching: "",
performance: "",
security: "",
federation: "",
"-- 3": {
type: "separator",
title: "Schema Governance",
},
"governance-ownership": "Schema Ownership and Governance Models",
}