PascalSenn
PascalSenn
@ollydixon I dont understand the argument with typesafety. Do you define the models in the client manually? I mean, the actual code models? Usually the client defines the graphql queries,...
@rivantsov you also run into type collision with these fields, as in e.g. https://github.com/graphql/graphql-js/issues/53
@rivantsov sorry wrong issue. i was searching for an issue of the problem on the spec repo but didnt read it right. This issue describes it well: https://github.com/dotansimha/graphql-code-generator/issues/2781
@schenkman This would be: Query.foos(foo_params:) => Query.foos(foo_params:) Query.foos(foo_params:bar_params) => FooInput.bar_params Query.foos(foo_params:bar_params:baz_settings:) => BarInput.baz_settings Query.foos(foo_params:bar_params:baz_settings:count:) => BazInput.count
you can just return the executable ```csharp [UseProjection] public IExecutable GetFoo(...) => collection.AsExecutable(); ``` Though unless you really have big documents with tons of properties, you may not really see...
@vinicius-actcon hmm not sure what you mean.
We have an idea how we can solve this problem. We try to make this possible with the dataloader source generator that will come with 13.x.x
@brockallen We probably still have concurrency issues, but i guess these would be resloved over time. I can update the PR
@brockallen sorry completely forgot about this PR. Yes, i will tidy it up next week 👍
I would love to see this feature. There is no tiling window manager for windows yet :/ As an inspiration the following projects could help: **Linux** _these onces are all...