Maarten van Vliet

Results 42 comments of Maarten van Vliet
trafficstars

You'll need to fiddle with the Inspect Algebra representation, specifically the render_list function.

Was not able to reproduce this. In the example the `resolve_type` function won't match since the first argument is the returned value of the resolver, so `%{boolean: bool}`, `%{string: str}`...

There's a validation phase to check this. It's probably only present in the document pipeline and not in the schema pipeline.

I implemented this functionality in an external package (https://github.com/maartenvanvliet/artem_introspection_schema) but if there's interest we can port it to Absinthe itself as well.

Can you try using snake case instead of camel case in the name? E.g.: ```field :awesome_owner_id, non_null(:id), name: "awesome_owner"```

I'd also would love to see telemetry events in bamboo! Great work so far! Regarding the leaking of sensitive information, I think handling this is ultimately the responsibility of the...

I think this can be closed now

I think this one can be closed, unless it's still a problem

I've pushed a PR to fix this. As this is a breaking change, it is opt-in for now.