# frozen_string_literal: true module GraphQL module Stitching class Composer::BaseValidator def perform(ctx, composer) raise "not implemented" end end end end