I’ve been working on a GQL example for prisma sche...
# orm-help
j
I’ve been working on a GQL example for prisma schema stitching https://github.com/jasonkuhrt/gql-examples/tree/prisma-stitch/prisma-stitch#unresolved-issues but found a bit of a blocker with the lack of complete tooling for schema transforms. My current use-case was field level filtering but I couldn’t find something available to currently do that. Curious what others are doing for their transforms… ?