Yamashou

Results 43 comments of Yamashou

@DennisRutjes That library wasn't around when I started creating, so it looks like I'll need to add it!

Thanks! I would be grateful if you could give me the code for that problem!

@zreigz This way you probably can't bind the structure inlineFragment(ex: ... on Foo) If we make this change, the example GetNode will not work correctly.

@zreigz It works at least in my environment. I have written tests and the following cases fail ``` func TestUnmarshalGraphQL_pointerWithInlineFragment(t *testing.T) { t.Parallel() type actor struct { User struct {...

I guess "undefind" is that not define the field. so if you define the field but not set value. it is set null. please tell me the example what you...

Sorry later. I see this problem. I found a new problem to solve this problem. If not define a valiant for request argument, don't remove define valiant in a query...

idea 1 ``` func (c *Client) UpdateFoo(ctx context.Context, name string, optionalValue1 *string, optionalValue2 *string, httpRequestOptions ...client.HTTPRequestOption) (*UpdateFoo, error) { vars := struct { Name string `json:"name"` OptionalValue1 int `json:"optionalValue1,omitempty"`, OptionalValue2...

So sorry, I have some work. I don't have time now. but I'm going to get time in this weekend. I have a idea for Example2. ``` mutation UpdateFoo($name: String!,...

https://github.com/Yamashou/gqlgenc/issues/81

HI! No, is not. but your idea is good. It may not be included by default, but it may be good to include it as an option. Is this feature...