We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3824aef commit 3a79842Copy full SHA for 3a79842
1 file changed
rust/src/graphql-cli.rs
@@ -16,6 +16,7 @@ use warp::Filter;
16
17
type Schema = RootNode<Query, Mutation, Subscription>;
18
19
+#[serde_with::skip_serializing_none]
20
#[derive(Parser, Serialize, Deserialize, Debug)]
21
pub struct Config {
22
#[clap(short, long, value_parser)]
0 commit comments