GraphQL reference

CreateOrganizationScopedAttachmentInput

Input

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
recordIdID!
recordTypeOrganizationScopedAttachmentRecord!
signedIdString!