Matt Savoia

Results 5 comments of Matt Savoia

@KathrynCrawford Dealing with the same issue, have you found any solution or workaround?

I'm having what looks like the same exact issue and switching node from v18.4.0 back to node v16.14.2 seems to have done the trick.

Looks like that's the same as https://github.com/elixirs/faker/issues/569. Been getting this warning since Elixir 1.17

We found that default values for `:include_deprecated` do not seem to be making it to the `:resolve` functions. Setting the default value `true`, if I drop in an `IO.inspect`, the...

Our solution was to copy the introspection.graphql file to our own repo and explicitly add `includeDeprecated: true` like mentioned above for `args`, `fields`, and `inputFields`. This got our schema dumps...