CreateOrganizationScopedAttachmentPayload
ObjectAutogenerated return 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 |
|---|---|---|
| attachment | Attachment | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |