Add request and response cases for Optional
values
#242
Labels
enhancement
New feature or request
Milestone
Optional
values
#242
Is your feature request related to a problem? Please describe.
Currently I'm using the Go default values for a response in a lot of fields. But currently I need to to send a pointer for optional values, and still receive the value as the response.
Describe the solution you'd like
On the file
genqlient.yaml
have a new config that receives the option that will be used on optional on request, and another option on response.Describe alternatives you've considered
On the genqlient.yaml have the following alternatives:
Alternative
The text was updated successfully, but these errors were encountered: