Skip to content

Commit 5079742

Browse files
committed
Update README.md
1 parent ed98d33 commit 5079742

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
@@ -119,7 +119,7 @@ use graphql_client::GraphQLQuery;
119119
#[graphql(
120120
schema_path = "tests/unions/union_schema.graphql",
121121
query_path = "tests/unions/union_query.graphql",
122-
skip_serializing_none = "true"
122+
skip_serializing_none
123123
)]
124124
struct UnionQuery;
125125
```

0 commit comments

Comments
 (0)