class Graphlient::Errors::ExecutionError
def initialize(response)
def initialize(response) super('the server responded with a GraphQL execution error') @response = response end
def initialize(response) super('the server responded with a GraphQL execution error') @response = response end