Windfer Garro

Results 3 issues of Windfer Garro

**This is a caliban client question.** I am using version 2.0.1 I have a case class with more than 22 fields. This case class is a custom view. When I...

**What's your question?** Is there any way (if there is any) that **vpath** generates, inside **vcxproj.filters**, the following line? ```xml cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx ``` **Anything else we should know?** I saw this...

question

I am executing a graphql query similar to this: ```graphql query MyQuery($arg1:Int, $arg2: Int){ field1(argA: $arg1){ field2 field3 field4(arg:$arg2){ field4_1 field4_2 } } } ``` **field4** is an extension to...