it can be extremely useful to `#import` pieces of ...
# random
b
it can be extremely useful to
#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