forked from webonyx/graphql-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
26 lines (26 loc) · 939 Bytes
/
mkdocs.yml
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
site_name: graphql-php
pages:
- About: index.md
- Getting Started: getting-started.md
- Complementary Tools: complementary-tools.md
- Type Definitions:
- Introduction: type-system/index.md
- Object Types: type-system/object-types.md
- Scalar Types: type-system/scalar-types.md
- Enumeration Types: type-system/enum-types.md
- Lists and Non-Null: type-system/lists-and-nonnulls.md
- Interfaces: type-system/interfaces.md
- Unions: type-system/unions.md
- Mutations and Input Types: type-system/input-types.md
- Directives: type-system/directives.md
- Schema: type-system/schema.md
- Using Type Language: type-system/type-language.md
- Executing Queries: executing-queries.md
- Fetching Data: data-fetching.md
- Handling Errors: error-handling.md
# - Mutations: mutations.md
- Security: security.md
# - Performance tips: performance.md
- How it works: how-it-works.md
- Class Reference: reference.md
theme: readthedocs