API Stability Short-Term

The removeDemoDataRepository() GraphQL mutation is used to get or create a new demo data view.

Syntax

Below is the syntax for the removeDemoDataRepository() mutation field:

graphql
removeDemoDataRepository(
       demoDataType: string!
    ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  removeDemoDataRepository(
     demoDataType: "abc"
   )
}

There are no special datatypes for this mutation field.