GraphQLQueryType
public enum GraphQLQueryType : String
Defines the type of query,
list which returns multiple results and can optionally use filters
get, which aims to fetch one result identified by its id.
sync, similar to list and returns results with optionally specifically a point in time
View on GitHub