ModelStateChange

open_in_new

GraphQL Schema definition

  • enum ModelStateChange {
  • # Set the model to be active (unarchive)
  • active
  • # Set the model to be inactive (archive)
  • inactive
  • }