class GraphQL::StaticValidation::Message

def to_h

A hash representation of this Message
def to_h
  {
    "message" => message,
    "locations" => locations,
    "fields" => path,
  }
end