nexus_update_country
Update a user's country via GraphQL; specify a user ID or omit for the current user, and omit country to clear the existing value.
Instructions
Update a user's country via v2 GraphQL.
Returns: JSON {success} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country name/code. Omit to clear. | |
| user_id | No | User ID. Omit for the current user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |