GraphQL reference

CreateOrganizationScopedAttachmentPayload

Object

Autogenerated 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

FieldTypeDescription
attachmentAttachment
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!