AddOrEditCompanyInsurancePolicyInput
InputAutogenerated input type of AddOrEditCompanyInsurancePolicy
mutation { organization(id: $organizationId) { addOrEditCompanyInsurancePolicy } }
Example
mutation AddOrEditCompanyInsurancePolicy(
$organizationId: ID!
$input: AddOrEditCompanyInsurancePolicyInput!
) {
organization(id: $organizationId) {
addOrEditCompanyInsurancePolicy(input: $input) {
companyInsurancePolicy
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyId | ID! | — |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| effectiveOn | ISO8601Date | — |
| expirationOn | ISO8601Date | — |
| id | ID! | — |
| insurancePolicyTypeLabel | String! | — |
| insurancePolicyTypeValue | ID! | — |
| mutationMetadata | JSON | — |
| notesRichText | String | — |
| now | ISO8601DateTime | — |