Skip to content

Commit d92d8f6

Browse files
committed
Minor edits to the README
1 parent 774c28f commit d92d8f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ If what you're after is a way to consume a GraphQL service from C++, as of
2828
a `graphqlclient` library and a `clientgen` utility to generate types matching a GraphQL request
2929
document, its variables, and all of the serialization code you need to talk to a `graphqlservice`
3030
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.
3334

3435
# Getting Started
3536

0 commit comments

Comments
 (0)