Fork me on GitHub
#graphql
<
2018-04-13
>
mattly21:04:14

I’m getting a Missing interface field in object definition error when compiling a schema; without much in the way of pointers on where to look

hlship21:04:04

Are you using io.aviso/pretty? It will print out the exception details, which will identify lots of context.

mattly21:04:16

I’m not – I’ll take a look

hlship21:04:42

Or just get the ex-data from the thrown exception.

hlship22:04:00

But use pretty, it will save your eyes.

mattly22:04:02

heh, that’s easier said than done

mattly22:04:08

I’ll take a look

mattly22:04:28

got it, thanks