pierre biver
pierre biver
Same here
same here, so easy to set up, thanks for the great work :)
There is the full code: ``` type descriptorResolver struct { Descriptor model.Descriptor } func (d *descriptorResolver) ID() graphql.ID { return d.Descriptor.ID } func (d *descriptorResolver) Name() string { return d.Descriptor.Name...
I tried and there is no difference. In addition, when I don't put the result of the query as mandatory, it works perfectly fine.
Oh I didn’t know async mode would yield a different type, this is also a bit dangerous then, as I might plan to switch to async mode at some point....
But I think having different types for the NLPClient based on whether the async mode is enabled or not would solve your problem and would probably be the best option....