INPUT_OBJECT

UpdateCloudObjectInput

link GraphQL Schema definition

  • input UpdateCloudObjectInput {
  • 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
  • # Field containing json.
  • params: JSONString
  • # 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
  • }

link Require by