Oxide::Query
Inherits Oxide::Language::Visitable < JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(query_string : String, variables : Hash(String, JSON::Any) = {} of String => JSON::Any, operation_name : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
accept(visitor : Language::Visitor)
Sourceoperation_name
Sourcequery_string
Sourcevariables
Source