cch5ng / job-tracker5-epic-stack

0 stars 0 forks source link

graphql #2

Open cch5ng opened 6 months ago

cch5ng commented 6 months ago

still need to conceptualize remix routing


resc https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-sdl-first https://www.apollographql.com/docs/react/get-started/

https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema https://www.prisma.io/docs/orm/prisma-schema/introspection

cch5ng commented 6 months ago

X-(done): status is first blocker was fixed right now there seems to be a bug with retrieving jobs the existing repo logic has a relationship between user/role/target object (like note) but the job table doesn't have anything like ownerId or role associated currently so no data coming back in the least believe these tables need contents updated:

cch5ng commented 5 months ago

workaround

https://github.com/apollographql/apollo-client/issues/9976 #issuecomment-1768446694

review this again (perhaps apollo client is not needed for the current setup)

https://github.com/prisma/prisma-examples/blob/latest/typescript/graphql-sdl-first/src/schema.ts

https://github.com/prisma/prisma-examples/blob/latest/typescript/graphql-sdl-first/README.md

https://www.reddit.com/r/nextjs/comments/pree96/next_prisma_do_i_still_need_graphql/