class GraphQLClient

Defined in:

client/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : String) #

[View source]

Instance Method Detail

def add_header(key : String, value : String) #

[View source]
def query(query : String, variables = {} of Symbol => String) #

[View source]
def request(data) #

[View source]
def useQuery(hash : GQL, variables = {} of Symbol => String) #

[View source]