mutation companyUpdate ($attributes: CompanyAttributes!) {
companyUpdate (attributes: $attributes) {
company {
createdAt
defaultRoleId
inactivityTimeout
migrationMode
name
outboundEmailsEnabled
samlIssuer
samlSignatureCertificate
samlSsoUrl
ssoEnabled
ssoGoogleEnabled
updatedAt
whitelistedOrigin
}
errors
}
}
{
"attributes": {
"name": "",
"inactivityTimeout": 123,
"ssoEnabled": true,
"ssoGoogleEnabled": true,
"samlSsoUrl": "",
"samlIssuer": "",
"samlSignatureCertificate": "",
"defaultRoleId": "456123",
"ssoMode": "SsoMode",
"baseCurrencyId": "",
"outboundEmailsEnabled": true,
"migrationMode": true,
"whitelistedOrigin": ""
}
}