Skip to content

Commit 49e5b0f

Browse files
committed
Add links to new documentation to README
1 parent 0c07c03 commit 49e5b0f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ the `graphql::service` namespace. Take a look at [UnifiedToday.h](samples/today/
130130
[UnifiedToday.cpp](samples/today/UnifiedToday.cpp) to see a sample implementation of a custom schema defined
131131
in [schema.today.graphql](samples/today/schema.today.graphql) for testing purposes.
132132

133+
### Additional Documentation
134+
135+
There are some more targeted documents in the [doc](./doc) directory:
136+
137+
* [Parsing GraphQL](./doc/parsing.md)
138+
* [Query Responses](./doc/responses.md)
139+
* [JSON Representation](./doc/json.md)
140+
* [Field Resolvers](./doc/resolvers.md)
141+
* [Field Parameters](./doc/fieldparams.md)
142+
* [Directives](./doc/directives.md)
143+
* [Subscriptions](./doc/subscriptions.md)
144+
145+
### Samples
146+
133147
All of the generated files are in the [samples](samples/) directory. There are two different versions of
134148
the generated code, one which creates a single pair of files (`samples/unified/`), and one which uses the
135149
`--separate-files` flag with `schemagen` to generate individual header and source files (`samples/separate/`)

0 commit comments

Comments
 (0)