For the complete documentation index, see llms.txt. This page is also available as Markdown.

demoDataCreate

Graphql fields and variables for the demoDataCreate mutation

Add or recreate demo data in the warren. This process happens in the background and could take approximately 1 minute

Scope required: standard:write

mutation demoDataCreate () {
  demoDataCreate () {
      errors
      response
  }
}

Response

Name
Type
Description

errors

String

response

JSON

Last updated

Was this helpful?