INPUT_OBJECT

LinkFileToEntityMutationInput

The input object that defines the fields for the linkFileToEntity mutation.

link GraphQL Schema definition

  • input LinkFileToEntityMutationInput {
  • # The type of entity that owns this file.
  • fileable_type: FileableType!
  • # The ID of the entity that owns this file.
  • fileable_id: Int64Bit!
  • # A list of file IDs to be associated with this object. These must first have been
  • # uploaded to the /files endpoint and must be currently unassociated.
  • files: [AssociateFileMutationInput]
  • }

link Require by