Charles de Vandière
Charles de Vandière
Can you please provide an example so I can be sure I understand the feature you want? You can of course propose a PR and apply this behavior by default...
Hi, can you provide the repro steps please?
Hi @johanpearson, I noticed that the dependencies are not copied to the output directory during the build. However, I managed to load a dependency using `dotnet publish` for project build:...
Hi @JuanuMusic, thank you for implementing union types. It looks like the test step no longer generates the same artifact. You can try replacing 'coverage.cobertura.xml' with 'coverage.json' in file https://github.com/JuanuMusic/graphql-query-builder-dotnet/blob/on_clause/azure-pipelines.yml#L42
Thank you very much for your contribution. I finally made my own implementation with AddUnion
Hi @reureu, GraphQL.Query.Builder doesn't support union, but it's a good idea. I will implement it in the future, but I cannot give you a date.
Hi, I haven't started anything regarding union types . A pull request would be welcome if you want to contribute 😊
Sorry for the wait. I just implemented union support in 2.2.0 #45 You can use: ```csharp IQuery AddUnion(string typeName, Func build) ``` or ```csharp IQuery AddUnion(Func build) ```
Thank you @DaveRMaltby, it's a good idea!
@malbaladejo Thank you for your support !