Tommy

Results 11 comments of Tommy

Do you mean something like this? ```cs public NonNull NonNullablePrimitiveField(NonNull nonNullablePrimitiveArg) => /* ... */; ``` from `test/GraphQL.Conventions.Tests/Adapters/ArgumentResolutionTests.cs` :-)

Hi guys. Sorry to hear that you're struggling to get this to work. Let me look into it and get back to you. Will need to make a couple of...

Keen to raise a PR? Ideally something like option 3, but you could also go with option 2 as a stepping stone.

> `return new NonNull(list.Select(x => new NonNull(x)));` Yes, unfortunately @shoooe, that's currently the way to go. I've been looking into simplified means of returning data of this structure, incl. using...

Yes, you are right. You'd have to look at the field info. >Once that's implemented I'll work on the non null issue myself if nobody is against it. That'd be...

> How about using https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh and connecting VS Code over SSH to your remote server? This works great for me :+1:

> @tlil It is likely possible without too much difficulty to support `GraphQLAttribute`-based attributes for metadata. During construction of the graph type or field definition, these methods would need to...

> @tlil Can you review, merge and publish? I can't publish. Will do. > If you like, you can set up a NuGet 'team', move the package to the team,...

@Shane32 note that it's being published to NuGet from AppVeyor at the moment, so moving it all over to GitHub Actions as you suggested would be fab! :-) Will bump...

![CleanShot 2022-11-11 at 20 07 32](https://user-images.githubusercontent.com/5948145/201423569-d2799cf5-82b1-4854-8b3e-023aaede8d5c.png) @Shane32 - can you ping me your NuGet username, and I'll get you added to the NuGet Org that's now listed as the sole...