Vince Foley

Results 56 comments of Vince Foley

What OTP version is running? `21` is the minimum version required

One part of this (the SDL rendering) is accomplished in this PR: https://github.com/absinthe-graphql/absinthe/pull/1010 I've got more working, and will submit additional PRs. Unfortunately, I don't have much guidance since I'm...

One example of folks expecting Type System Directives to be available inside the resolver function: https://github.com/absinthe-graphql/absinthe/issues/964

FYI, there's a comment in ^^ that includes a bit of a workaround that would enable passing directive details via `meta` using `hydrate`

That's the Absinthe error help, but the GraphQL spec itself says: > Every error must contain an entry with the key message with a string description of the error intended...

You have access to `matrix.elixir` that you could interpolate into the `mix format` command

I think the existing behavior was intended, and the fact that the accumulating attribute was mis-spelled was actually what made it work correctly, since the code seems to manually manage...

@benwilson512 Is `default_value: nil` something that should be supported?

I think we should identify the source of the problem first... It seems like perhaps it's a difference between SDL & Macro schemas. SDL schema does correctly render default values:...

Thanks, we're looking into this, it's a similar shaped issue as those we are dealing with in #1023. At the moment, you could sidestep this by using Keyword Lists instead...