Hey, its a way to hide mutation/query in scheme?
# prisma-whats-new
s
Hey, its a way to hide mutation/query in scheme?
b
You could create a proxy layer, that hides bits of the schema - there's an example here: https://github.com/graphcool/graphql-transform-schema/blob/master/example/index.ts
n