UpdateCompanyInput
No description
input UpdateCompanyInput {
companyId: Int!
name: String
taxNumber: String
cocNumber: String
email: String
phone: String
notes: String
parentId: Int
}
Fields
UpdateCompanyInput.companyId
● Int!
non-null scalar
The id of the the company.
UpdateCompanyInput.name
● String
scalar
UpdateCompanyInput.taxNumber
● String
scalar
UpdateCompanyInput.cocNumber
● String
scalar
UpdateCompanyInput.email
● String
scalar
UpdateCompanyInput.phone
● String
scalar
UpdateCompanyInput.notes
● String
scalar
UpdateCompanyInput.parentId
● Int
scalar
The id of the usergroup the company should be created in.
Member Of
companyUpdate
mutation