Wiznet
Wiznet
TtRPC
Created by Wiznet on 1/9/2025 in #❓-help
SSR with NextJs app directory
Hey all, wondering if anyone has gotten SSR to work with TRPC/nextjs app directory. I'm using the trpcreactprovider.
2 replies
TtRPC
Created by Wiznet on 8/30/2024 in #❓-help
Passing input as a prop
No description
2 replies
TtRPC
Created by Wiznet on 5/11/2024 in #❓-help
GraphQL Mutation API Design
may be a dumb question. I'm new to graphql type api design coming from a rest controller api. Now often times with our rest api well have one service method to patch an object from a given patch. It seems like this may not be the way to go with graphql? Instead writing specific actions. Aka 'patchObjectName' instead of just 'patchObject' which takes a patch object. Is this correct design?
2 replies