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.
- : FileableType!
- # The ID of the entity that owns this file.
- : 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.
- : [AssociateFileMutationInput]
- }