avocadowastaken

Results 13 comments of avocadowastaken

#34 also related to this, because we have to merge array of GraphQL errors in to single `ApolloError`.

Hello @FredKSchott! No problems at all, it took me about a week to came up with this proposals. And I'm using local config, so no blockers from you.

@flybayer I've slightly changed the code from above to manually disconnect the Prisma instance, everything is working good so far ```ts export const prisma = createPrisma(); function createPrisma(): PrismaClient {...