Is there any way to create user (person) using GraphQL?
Currently I see only read-only query: Users
Also, here 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.
Is there any way to create user (person) using GraphQL?
Currently I see only read-only query: Users
Also, here 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.
I see, thank you.
What about adding this feature to API?