David
David
Yes but then why are the typings saying that the __typename field is defined as an union of my types names ? It's optionnal in resolvers, so the type of...
Consider this code : ```ts export const Node2Interface = interfaceType({ name: 'Node2', definition(t) { t.nonNull.id('id', { resolve(source, args, ctx) { // here, "source.__typename" is type safe according to the typings,...
I second this. I want to toggle a named router outlet : `toggle` The local `link` variable is either `null` or a `string` for the required named outlet to display....