Tulsi Prasad
06/25/2020, 5:25 PMforwardTo
function to bypass graphql server with prisma and I was thinking if its possible to use forwardTo
with queries/mutations having different custom names rather than using the names which are already present in prisma.graphql (generated).Ryan
06/26/2020, 6:53 AMforwardTo
, you would need to implement the resolver manually for that as a workaround.Tulsi Prasad
06/27/2020, 2:27 AM