graphql-client
graphql-client copied to clipboard
refs #439. Fix skip_serializing_none for root level variables
- Check if root level variables are
Optionvalues and skip serializing with serde if theskip_serializing_noneoption is set - Update test case appropriately