bryan

Results 2 comments of bryan

I'm assuming for custom scalar types such as `t.date` or `t.json` to work, we need to invoke `asNexusMethod` and pass them to `makeSchema` under `type` to make them available... however,...

jumping onto this thread, when an object contains methods I run into this: ``` const a = { getSomething: () => ({ getSomethingElse: () => ({ something: 'I want', }),...