Youngbae Jeon

Results 1 issues of Youngbae Jeon

When I request a mutation to my graphql server(using graphql-go) with null values in input arguments, the null values are missing in ResolveParams.Args ```graphql mutation Update($id: Int!, $input: UpdateInput!) {...