James Mortemore

Results 61 comments of James Mortemore

How are you using it? The debugger or `console.log(util.inspect(error, {showHidden: true, depth: null}))` should show the details. From what I recall, either GraphQL or Apollo defines them as hidden properties...

Not possible with GraphQL itself (https://github.com/graphql/graphql-spec/issues/476) but might be possible to support via a directive. However, I'm not sure it fits in with this library; happy to be challenged though.

@robross0606 Sorry for your frustrations, I haven't used Apollo federation. Thanks for looking into it, it would be great if you could share your changes so once https://github.com/ardatan/graphql-tools/issues/2687 is resolved...

Unfortunately yes, due to a bug within graphql-tools. See #1 and https://github.com/apollographql/graphql-tools/issues/789

@FluorescentHallucinogen No, I do not. I'm not familiar with the `graphql-tools` codebase. I haven't tested other directive locations.

Open for discussion on the `or` syntax. What example scenarios do you see `not` covering?

That's interesting, because it's definitely supported within graphql and is the current behaviour

It should be possible, but unfortunately this library was designed with servers in mind and will require substantial changes.

@whitlockjc Probably worth taking a look at https://github.com/exegesis-js/exegesis as well

@LeonusDH struggling to reproduce this issue. Can you provide steps to reproduce, i.e. what commands you're running which triggers this problem?