File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,20 @@ the `graphql::service` namespace. Take a look at [UnifiedToday.h](samples/today/
130
130
[ UnifiedToday.cpp] ( samples/today/UnifiedToday.cpp ) to see a sample implementation of a custom schema defined
131
131
in [ schema.today.graphql] ( samples/today/schema.today.graphql ) for testing purposes.
132
132
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
+
133
147
All of the generated files are in the [ samples] ( samples/ ) directory. There are two different versions of
134
148
the generated code, one which creates a single pair of files (` samples/unified/ ` ), and one which uses the
135
149
` --separate-files ` flag with ` schemagen ` to generate individual header and source files (` samples/separate/ ` )
You can’t perform that action at this time.
0 commit comments