INPUT_OBJECT

CreateOrUpdateCloudObjectInput

link GraphQL Schema definition

  • input CreateOrUpdateCloudObjectInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • applicationId: ID
  • # Relation to single entity instance.
  • companyCloudObjectFolderId: ID
  • # Relation to single entity instance.
  • creatorId: ID
  • # Simple text input field.
  • filename: String
  • # Boolean value.
  • isPublic: Boolean
  • # Mime-type of the cloud object Is detected from content.
  • mimeType: String
  • # Field containing json.
  • params: JSONString
  • # Field whose values are strictly defined with an enumeration of values.
  • type: CloudObjectTypeEnum
  • # URL of the object. If URL scheme is not defined "http://" is automatically
  • # prepended to supplied URL.
  • url: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • content: Base64
  • }

link Require by