pothos icon indicating copy to clipboard operation
pothos copied to clipboard

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach

Results 98 pothos issues
Sort by recently updated
recently updated
newest added

In a Prisma+Pothos+CloudFlare Worker context the following error happens at boot. ``` ✘ [ERROR] Uncaught TypeError: Cannot read properties of undefined (reading 'find') at index.js:72422:45 in getDefaultFindBy at index.js:72446:25 in...

Hey, I noticed that while you can use both `withAuth` and `authScopes` on the same field, it does not actually combine declarations despite what type declarations lead to think https://github.com/hayes/pothos/blob/3cebfed6f033ee92c2b3492a3fd6d3002906ab08/packages/plugin-scope-auth/src/field-builders.ts#L58C7-L58C26...

enhancement
good first issue

Hello, this is a related two part issue regarding error data on auth scoped queries, and returning query data based on individual return type values for a group of items....

enhancement
needs-api-design

When upgrade to 3.64.0 of @pothos/plugin-prisma, typescript report a type error for every indirect relations. A sample code is below: ```typescript export const ConceptNode = builder.prismaNode('Concept', { description: 'Concept information',...

I have tried prismaConnectionHelpers, when I connect it to a t.connection, it report error because I defined totalCount for all my connection object. Now can just trying to resolve it...

enhancement
needs-api-design

With Sentry and all fields allowed, the field name is not sent as description, unlike see Prisma: ![image](https://github.com/hayes/pothos/assets/3749095/11732674-675d-4c67-ab18-0ad325fa19b3)

Resolves https://github.com/hayes/pothos/issues/1327

First off - thank you for the great work! We've been using Pothos on this project for a couple of years now, and have been enjoying it. ### Background This...

Hello, I am having an issue with using the generated PrismaTypes in my graphql server instance using graphql-yoga. When i am running the remix application with npm run dev, then...

Bumps [next](https://github.com/vercel/next.js) from 14.2.8 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies