Types

Besides the common datatypes such as strings and integers, LogScale GraphQL has many specialized datatypes. This page lists all of the basic datatypes referred simply as types. This does not include enums or enumerated datatypes, input structures, or interfaces and unions. Links to pages containing those other datatypes are in the left margin.

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).