Ben

Results 3 issues of Ben

smallrye supports arguments on top level query fields, but not on Types: ```graphql type Query { parent: Nested #supported parentWithArgs(with: String): Nested #supported } type Nested { doThing: [String]! #supported...

enhancement
Server

I would recommend using node.js, but there are lots of choices

Hi, I'm trying to step through a test I'm writing, but it seems the issue might be in RRBVector In the simplest case I can reproduce with: ```scala import org.scalatest._...

bug
help wanted