Skip to content

Commit

Permalink
Merge pull request #497 from obayemi/patch-1
Browse files Browse the repository at this point in the history
doc: fix multiple operations example in readme
  • Loading branch information
tomhoule authored Oct 24, 2024
2 parents 3090e0a + b1133a1 commit e4b37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ use graphql_client::GraphQLQuery;
schema_path = "tests/unions/union_schema.graphql",
query_path = "tests/unions/union_query.graphql",
)]
pub struct UnionQuery;
pub struct Heights;
```

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

0 comments on commit e4b37c4

Please sign in to comment.