UpdateCompanyInfosInput
The data required to update the infos of the user company
input UpdateCompanyInfosInput {
name: String
address: String
city: String
zipCode: String
country: String
isGoogleOauthMandatory: Boolean
isMicrosoftOauthMandatory: Boolean
}
Fields
UpdateCompanyInfosInput.name
● String
scalar
The name of the company
UpdateCompanyInfosInput.address
● String
scalar
The address of the company
UpdateCompanyInfosInput.city
● String
scalar
The city of the company
UpdateCompanyInfosInput.zipCode
● String
scalar
The zip code of the company
UpdateCompanyInfosInput.country
● String
scalar
The country of the company
UpdateCompanyInfosInput.isGoogleOauthMandatory
● Boolean
scalar
Is Google Oauth mandatory for the the company
UpdateCompanyInfosInput.isMicrosoftOauthMandatory
● Boolean
scalar
Is Microsoft Oauth mandatory for the the company
Member Of
updateMyCompany
mutation