Is there any way to create user (person) using GraphQL?
Currently I see only read-only query: https://api.developer.monday.com/docs/users-queries-1
Also, here https://api.developer.monday.com/docs/people is noted that I should use ID to set person to item value. So, how should I populate new users with name/email?
Thanks for help.