When creating a new document in Graph.cool is ther...
# prisma-whats-new
j
When creating a new document in Graph.cool is there a way to automatically use the relationship? Here is an example scenario. All of my Reports must have a User. When I create a Report I want it to use the user that is making the request. Graph.cool knows who that user is because it is in the authorization header. My permissions are setup so that I couldn’t even make the request if I wasn’t logged in.