be1223

Results 3 issues of be1223

Right now you can only use the "lambda" syntax on the concrete graphQLClient, it would be nice if this could be used on the interface: ``` csharp IGraphQLClient client =...

enhancement

**Describe the bug** When using "Request" syntax, the generated graphql is specifying that the mutation's input is not-nullable when the schema has the input for the same mutation as non-nullable....

bug

Currently, the `.FromLocalList` methods only accept an `IList`. Since this package is converting an in-memory collection, I see no reason why an `IEnumerable` or something slightly lower down cannot be...