-
Hi, I like to separate the schema into modules in different folders.
Before nexus I was using merge-graphql-schemas to merge redeclared Query types into one.
```
import { objectType } from 'nex…
-
Just adding a list of things I come across as I work on this with a real-world api
Todo:
- [x] Multi-dimensional arrays (and nullability?)
- [ ] Option to strip unused (inaccessible) types from s…
-
These lines generate the imports of the typegenAutoConfig. https://github.com/prisma/nexus/blob/18a306ee2903d98fc110c1067e1903ea0ee5f256/src/typegenAutoConfig.ts#L212-L215 And use this function https…
-
Is there a way to add Union types of Interfaces from plugins?
-
It seems some change has happened with Graphql-cli and Prisma, when I use graphql prepare
I get this error:
```
Property 'subscription' in type 'Prisma' is not assignable to the same property in…
-
I am trying to implement pagination following the apollo documentation and it introduce the `@connection` directive for assigning a store key. Using apollo-codegen with the directive causes the `Unkow…
-
I was looking into adding Contentful as a data source to Gatsby 1.0. There is a pretty good contentful graphql wrapper already:
https://github.com/jelz/cf-graphql
Ideally, I would want to just a…
-
After installing VS 2017 RC on top of VS 2015 base image:
1. Install AppVeyor `vstest.console` logger and MSTestV2 support libraries
2. Replace MSBuild in `PATH` with MSBuild 15.0
3. Install late…