Sam Chapin
Sam Chapin
I'm seeing a similar issue using a complex input type. If I have something like ``` type Mutation { createFoo(input: FooInput!): Foo! } type FooInput { bar: String! baz: String...
Has there been any progress on this recently? I'd like to use mu-haskell in a new project, but not having LTS 19 is turning out to be a dealbreaker. Taking...
A mutation can return any of the same data as a query, so I was surprised to find that they weren't handled the same. (Perhaps some users of GraphQL don't...