CompanyUpdateComplianceInformationInput
InputAutogenerated input type of CompanyUpdateComplianceInformation
mutation { organization(id: $organizationId) { companyUpdateComplianceInformation } }
Example
mutation CompanyUpdateComplianceInformation(
$organizationId: ID!
$input: CompanyUpdateComplianceInformationInput!
) {
organization(id: $organizationId) {
companyUpdateComplianceInformation(input: $input) {
company
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contractorLicenseExpiresOn | ISO8601Date | — |
| contractorLicenseNumber | String | — |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| notesRichText | String | — |
| now | ISO8601DateTime | — |