Hi, can someone tell me what the info variable in ...
# prisma-whats-new
m
Hi, can someone tell me what the info variable in mutations carries, i.e. what purpose it serves? Couldnt find anything in the docs, a pointer would be appreciated.
Copy code
async createPost(parent, ... , ctx: Context, info) {
m
thx!