class GraphQL::Client::Errors
def all
data.errors.all[:node]
data.errors[:node]
Public: Return collection of all nested errors.
def all if @all self else self.class.new(@raw_errors, @ast_path, true) end end
def all if @all self else self.class.new(@raw_errors, @ast_path, true) end end