Enumerators

Besides the common datatypes such as strings and integers, LogScale GraphQL has many specialized datatypes. This page lists all of the ENUM or enumerated datatypes. These datatypes are essentially a set list of options from which to choose.

To use GraphQL to get information on a LogScale system, though, you'll have to use GraphQL query fields (see GraphQL Queries). To make changes, you'd use mutation fields (see GraphQL Mutations).