lib/graphql/runtime_type_error.rb



# frozen_string_literal: true
module GraphQL
  class RuntimeTypeError < GraphQL::Error
  end
end