UpdateCompanyOrOrganizationInfoInput
InputAutogenerated input type of UpdateCompanyOrOrganizationInfo
mutation { organization(id: $organizationId) { updateCompanyOrOrganizationInfo } }
Example
mutation UpdateCompanyOrOrganizationInfo(
$organizationId: ID!
$input: UpdateCompanyOrOrganizationInfoInput!
) {
organization(id: $organizationId) {
updateCompanyOrOrganizationInfo(input: $input) {
company
organization
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| address1 | String | — |
| address2 | String | — |
| city | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyOrOrganizationId | ID! | — |
| country | String | — |
| createLogo | CreateAttachment | — |
| createSquareLogo | CreateAttachment | — |
| deleteLogo | Boolean | — |
| deleteSquareLogo | Boolean | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| now | ISO8601DateTime | — |
| phoneNumber | String | — |
| postalCode | String | — |
| state | String | — |
| trades | [NamedTradeInput!] | — |
| type | String | — |
| url | String | — |