CreateOrganizationScopedAttachmentInput
InputAutogenerated input type of CreateOrganizationScopedAttachment
mutation { organization(id: $organizationId) { createOrganizationScopedAttachment } }
Example
mutation CreateOrganizationScopedAttachment(
$organizationId: ID!
$input: CreateOrganizationScopedAttachmentInput!
) {
organization(id: $organizationId) {
createOrganizationScopedAttachment(input: $input) {
attachment
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| recordId | ID! | — |
| recordType | OrganizationScopedAttachmentRecord! | — |
| signedId | String! | — |