module GraphQL::Language
Defined in:
graphql-crystal/language/token.crgraphql-crystal/language/ast.cr
graphql-crystal/language/generation.cr
graphql-crystal/language/nodes.cr
graphql-crystal/language.cr
graphql-crystal/schema/schema_introspection.cr
Class Method Summary
-
.parse(query_string, options = NamedTuple.new) : GraphQL::Language::Document
Parse a query string and return the Document
- .to_argumentvalue(value : Array) : ArgumentValue
- .to_argumentvalue(v : NullValue) : Nil
- .to_argumentvalue(value)
- .to_fvalue(value : Array) : FValue
- .to_fvalue(v : NullValue) : Nil
- .to_fvalue(value)
Macro Summary
Class Method Detail
Parse a query string and return the Document