Sha256: 826125668526e10c3be9fd69d2216433a5c56efa5e1ad962d6fe599f5bf401ae
Contents?: true
Size: 390 Bytes
Versions: 9
Compression:
Stored size: 390 Bytes
Contents
require 'active_support/concern' monkey_patch = Module.new do extend ActiveSupport::Concern def comparison_input_type new_comparison_input_type=nil if new_comparison_input_type.present? @comparison_input_type = new_comparison_input_type else @comparison_input_type ||= of_type.comparison_input_type end end end GraphQL::Schema::NonNull.prepend monkey_patch
Version data entries
9 entries across 9 versions & 1 rubygems