INPUT_OBJECT

UpdateCloudObjectTemplateInput

link GraphQL Schema definition

  • input UpdateCloudObjectTemplateInput {
  • 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 whose values are strictly defined with an enumeration of values.
  • status: CloudObjectTemplateStatusEnum
  • # Field whose values are strictly defined with an enumeration of values.
  • templateEntityName: EntityNameEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • content: Base64
  • }

link Require by