graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

refs #439. Fix skip_serializing_none for root level variables

Open elimirks opened this issue 1 year ago • 0 comments

  • Check if root level variables are Option values and skip serializing with serde if the skip_serializing_none option is set
  • Update test case appropriately

elimirks avatar May 19 '24 20:05 elimirks