Jaga Santagostino

Results 17 comments of Jaga Santagostino

A couple of minutes, with about 2000 notes with lots of images. MacBook Pro 13 2015

having a custom lifecycle would also make it easier to test i think

doing schema stitching using `mergeSchemas` from `graphql-tools`, working great so far. using extendType is problematic if the schema is create from a remote schema, because the typechecking have no idea...

@otrebu most of the example are using features not yet documented, so it's a great place to look into https://github.com/prisma/nexus/blob/18401c465a745254fb8dbd3c5244bdc1f02c1d11/examples/kitchen-sink/src/kitchen-sink-definitions.ts

It's possible, from an introspected schema we could generate nexus code but pretty hard to accomplish, it needs lot of tooling work but looks doable. I suggest you take a...

Jest’s interactive cli when in watch mode is a great example of such behaviour.

Hello @Aulos, Could you please update the readme specifying that now a promise is returned and await is required in the examples? Thanks

@jojojames not working for me (using jest), is there any extra thing to do besides using that code? thanks

@jojojames thank you very much, looks like a charm, it was characters not being displayed correctly on GH