companyUpdate
mutation
Updates a company
Updates the selected company with the inserted data. Returns the updated company.
mutation {
companyUpdate(companyId: Int!, data: CompanyUpdate!): Company!
}Returns: Company!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CompanyUpdate! |