File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ If what you're after is a way to consume a GraphQL service from C++, as of
28
28
a ` graphqlclient ` library and a ` clientgen ` utility to generate types matching a GraphQL request
29
29
document, its variables, and all of the serialization code you need to talk to a ` graphqlservice `
30
30
implementation. If you want to consume another service, you will need access to the schema definition
31
- (rather than the Introspection query results), and you will need send requests and parse responses
32
- into a ` graphql::response::Value ` (e.g. with the ` graphqljson ` library) in your code.
31
+ (rather than the Introspection query results), and you will need be able to send requests along with
32
+ any variables to the service and parse its responses into a ` graphql::response::Value ` (e.g. with the
33
+ ` graphqljson ` library) in your code.
33
34
34
35
# Getting Started
35
36
You can’t perform that action at this time.
0 commit comments