Skip to content

Commit e4b37c4

Browse files
authored
Merge pull request #497 from obayemi/patch-1
doc: fix multiple operations example in readme
2 parents 3090e0a + b1133a1 commit e4b37c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ use graphql_client::GraphQLQuery;
180180
schema_path = "tests/unions/union_schema.graphql",
181181
query_path = "tests/unions/union_query.graphql",
182182
)]
183-
pub struct UnionQuery;
183+
pub struct Heights;
184184
```
185185

186186
There is an example [in the tests](./graphql_client/tests/operation_selection).

0 commit comments

Comments
 (0)