PascalSenn

Results 179 comments of PascalSenn

There is renewed effort in improving the current open telemetry specification for GraphQL If you are interested in collaborating comment here: https://github.com/graphql/graphql-wg/discussions/1691 We can then organize a few sessions and...

@zyofeng I dont think this works as this would also treat structs like `Guid` as a sortable input object. Does it work when you just manually register the SortInputType?

@zyofeng How does one of you sort queries look like?

i guess 13 as its a breaking one? not sure

1. This is the reason why [UseMongoDbPaging] was introduced (now I can remember) 2. With UsePaging you would only have to specify the provider name in a multi database scenario....

well, ```csharp [PolymorphicOneOf] public interface IPet { } public class Cat : IPet {} public class Dog : IPet {} public class Fish : IPet {} ``` this does make...

@atrauzzi oneof is only scoped for this input object

Hi @giocaputo So that this fails when you bind the type directlry makes sense. We will have to check what the issue in filtering is.

@jsuereth Can this Pull Request be reopened? How can i get feedback for this?