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 |
---|---|---|---|
Object | The parameters update for user organization settings. | Yes |
Returns
Name | Type | Description |
---|---|---|
Object | Contains all the information from |
Mutation Schema
type mutation{
updateUserOrgSettings(params: SettingsInput!): UserOrganization!
}