updateUserOrgSettings

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

NameTypeDescriptionRequired
SettingsInputObjectThe parameters update for user organization settings.Yes

Returns

NameTypeDescription
UserOrganizationObjectContains all the information from UserOrganization such as ID, the ID of the user, the user etc.

Mutation Schema

type mutation{

  updateUserOrgSettings(params: SettingsInput!): UserOrganization!
  
}