is possible extend type from generated prisma.graphql in my schema.graphql ?
a
agartha
01/28/2018, 4:23 PM
Yes, that's very common. Copy the type from your prisma.graphql to your schema.graphql and add the fields you want. Implement field-level resolvers for those and you're good to go