This mutation updates user organization settings.
Warning!You can only perform update on user organization settings to the organization which is given Admin role.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
SettingsInput | Object | The parameters update for user organization settings. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| UserOrganization | Object | Contains all the information from UserOrganization such as ID, the ID of the user, the user etc. |
Mutation Schema
type mutation{
updateUserOrgSettings(params: SettingsInput!): UserOrganization!
}
