Anderson Cook

Results 3 comments of Anderson Cook

We're running into the same warning/error as @h4cc.

I'd be interested in making multiple arguments more vertical as well, if the reviewers/maintainers were amenable. e.g. ```graphql query SomeQuery( $abc: Boolean $def: String! $ghi: Int ) { someQuery(abc: $abc)...

> You'll need to fiddle with the Inspect Algebra representation, specifically the render_list function. Maarten, I noticed your [PR](https://github.com/absinthe-graphql/absinthe/pull/1160) and it gave me inspiration 😄 . There will be an...