package
0.0.0-20201105045835-c1c3c3cf9ca0
Repository: https://github.com/isabelle-dev/graphql.git
Documentation: pkg.go.dev

# Functions

Parse parses the input string as a query expression.
ParseAndEval will return the evaluation of the string.

# Structs

Binary represents a SQL query expression.
Unary represents a unary expression e.g.

# Interfaces

Expr represents SQL expression statments.

# Type aliases

Env represents the info of the query type.
Literal represents the parameter string.