For example how I can hack this ``` mutation { a...
# prisma-whats-new
m
For example how I can hack this
Copy code
mutation {
  addToUserLikes(
    likedUsersUserId: "cj8spuhk693ge01551a310nh2"
    likesStyleId: "cj8ydb3tn07fe0176oc4yeg32"
  ) {
    likesStyle {
      id
      likesCount
      _likedUsersMeta {
        count
      }
    }
  }
}