Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pre-requisites: Setup rights user TOKEN rigths - ? Configuration?.

Query:

Code Block
languagegraphql
query {
  cameraList {
    name
    is_connected
  }
}

...