seriously I've no idea what it's expecting
# prisma-whats-new
d
seriously I've no idea what it's expecting
d
hey @huv1k thanks for the reply and it's where I'm looking but I'm not able to apply it to my case
I tried to do what it says on the doc:
Copy code
mutation {
    addToUserOnRole(
      rolesRoleId: "cja5esk7z7ix50131lbsuutum", 
      usersUserId: "cja5iaehtza09013939hwk9vw"
    ) {
    usersUser {
      id
    }
    rolesRole {
      id
    }
}
but not lucky
omg I found the issue...it was a closing bracket missed ... 😂