In a graph.cool function?
# prisma-whats-new
l
In a graph.cool function?
a
The Proxy Layer will be a GraphQL endpoint that your client talks to. It uses a schema stitching concept to add to, override and combine your default endpoint. So you can add queries/mutations, with their resolver functions, you can 'hide' queries/mutations from your underlying endpoints, etc.
👍 1
However, currently it's still in the 'figment of the imagination' stage, so on the short term, Resolver functions are the way to go.
👍 1
l
Will it provide access to the raw HTTP POST body?
a
I don't know