struct Oxide::Query

Included Modules

Defined in:

oxide/query.cr

Constructors

Instance Method Summary

Instance methods inherited from module Oxide::Language::Visitable

accept(visitor : Visitor) accept

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(query_string : String, variables : Hash(String, JSON::Any) = {} of String => JSON::Any, operation_name : Nil | String = nil) #

[View source]

Instance Method Detail

def accept(visitor : Language::Visitor) #

[View source]

[View source]
def operation_name : String | Nil #

[View source]
def query_string : String #

[View source]
def variables : Hash(String, JSON::Any) #

[View source]