class Hasura::RequestError

Defined in:

hasura-client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operation_name : String, hasura_message : String, code : String, path : String) #

[View source]

Instance Method Detail

def code : String #

[View source]
def hasura_message : String #

[View source]
def operation_name : String #

[View source]
def path : String #

[View source]