INPUT_OBJECT

CreateCloudObjectRelationNoBackrefInput

link GraphQL Schema definition

  • input CreateCloudObjectRelationNoBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Cloud object (file) being linked.
  • cloudObject: CreateCloudObjectInput
  • # Id of the linked call.
  • callId: ID
  • # Id of the folder within the parent record, or empty when stored at the record
  • # root.
  • cloudObjectFolderId: ID
  • # Id of the linked file.
  • cloudObjectId: ID
  • # Id of the linked media record.
  • mediaId: ID
  • # Id of the online form field the file was uploaded into.
  • onlineFormFieldId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by