b4dnewz
01/06/2019, 6:29 PM#import
pieces of the schema definition into custom schema using graphql-import, right now (i'm looking at the official example) the custom schema is simply replicated https://github.com/prisma/prisma-examples/blob/master/typescript/graphql/src/schema.graphql while it should be imported from the generated one for a better maintenability instead of manually keeping "in sync"
thanks in advance