is possible extend type from generated prisma.grap...
# prisma-whats-new
m
is possible extend type from generated prisma.graphql in my schema.graphql ?
a
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