Skip to content

Commit 9ee0d27

Browse files
authored
Merge pull request #86 from scrogson/patch-1
Remove extra `query_path` from example
2 parents db7ccbb + 91a1078 commit 9ee0d27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ The generated response types always derive `serde::Deserialize` but you may want
8888
#[graphql(
8989
schema_path = "src/search_schema.graphql",
9090
query_path = "src/search_query.graphql"
91-
query_path = "src/search_query.graphql",
9291
response_derives = "Serialize,PartialEq",
9392
)]
9493
struct SearchQuery;

0 commit comments

Comments
 (0)