OBJECT

SCRIPT

link GraphQL Schema definition

  • type SCRIPT {
  • # The script that should be executed
  • content: String
  • # The name of engine that is used to execute the script
  • engineName: EngineName
  • id: Long
  • version: Long
  • }