lib/graphql/define/no_definition_error.rb



# frozen_string_literal: true
module GraphQL
  module Define
    class NoDefinitionError < GraphQL::Error
    end
  end
end