Module: TinyGQL::Visitors::NullFold

Defined in:
lib/tinygql/visitors.rb

Instance Method Summary collapse

Instance Method Details

#handle_argument(obj, _) ⇒ Object



627
628
# File 'lib/tinygql/visitors.rb', line 627

def handle_argument obj, _
end

#handle_boolean_value(obj, _) ⇒ Object



645
646
# File 'lib/tinygql/visitors.rb', line 645

def handle_boolean_value obj, _
end

#handle_directive(obj, _) ⇒ Object



660
661
# File 'lib/tinygql/visitors.rb', line 660

def handle_directive obj, _
end

#handle_directive_definition(obj, _) ⇒ Object



717
718
# File 'lib/tinygql/visitors.rb', line 717

def handle_directive_definition obj, _
end

#handle_document(obj, _) ⇒ Object



603
604
# File 'lib/tinygql/visitors.rb', line 603

def handle_document obj, _
end

#handle_enum_type_definition(obj, _) ⇒ Object



702
703
# File 'lib/tinygql/visitors.rb', line 702

def handle_enum_type_definition obj, _
end

#handle_enum_type_extension(obj, _) ⇒ Object



729
730
# File 'lib/tinygql/visitors.rb', line 729

def handle_enum_type_extension obj, _
end

#handle_enum_value(obj, _) ⇒ Object



651
652
# File 'lib/tinygql/visitors.rb', line 651

def handle_enum_value obj, _
end

#handle_enum_value_definition(obj, _) ⇒ Object



699
700
# File 'lib/tinygql/visitors.rb', line 699

def handle_enum_value_definition obj, _
end

#handle_executable_directive_location(obj, _) ⇒ Object



711
712
# File 'lib/tinygql/visitors.rb', line 711

def handle_executable_directive_location obj, _
end

#handle_field(obj, _) ⇒ Object



630
631
# File 'lib/tinygql/visitors.rb', line 630

def handle_field obj, _
end

#handle_field_definition(obj, _) ⇒ Object



681
682
# File 'lib/tinygql/visitors.rb', line 681

def handle_field_definition obj, _
end

#handle_float_value(obj, _) ⇒ Object



639
640
# File 'lib/tinygql/visitors.rb', line 639

def handle_float_value obj, _
end

#handle_fragment_definition(obj, _) ⇒ Object



672
673
# File 'lib/tinygql/visitors.rb', line 672

def handle_fragment_definition obj, _
end

#handle_fragment_spread(obj, _) ⇒ Object



669
670
# File 'lib/tinygql/visitors.rb', line 669

def handle_fragment_spread obj, _
end

#handle_inline_fragment(obj, _) ⇒ Object



666
667
# File 'lib/tinygql/visitors.rb', line 666

def handle_inline_fragment obj, _
end

#handle_input_object_type_definition(obj, _) ⇒ Object



705
706
# File 'lib/tinygql/visitors.rb', line 705

def handle_input_object_type_definition obj, _
end

#handle_input_object_type_extension(obj, _) ⇒ Object



732
733
# File 'lib/tinygql/visitors.rb', line 732

def handle_input_object_type_extension obj, _
end

#handle_input_value_definition(obj, _) ⇒ Object



684
685
# File 'lib/tinygql/visitors.rb', line 684

def handle_input_value_definition obj, _
end

#handle_int_value(obj, _) ⇒ Object



636
637
# File 'lib/tinygql/visitors.rb', line 636

def handle_int_value obj, _
end

#handle_interface_type_definition(obj, _) ⇒ Object



690
691
# File 'lib/tinygql/visitors.rb', line 690

def handle_interface_type_definition obj, _
end

#handle_interface_type_extension(obj, _) ⇒ Object



723
724
# File 'lib/tinygql/visitors.rb', line 723

def handle_interface_type_extension obj, _
end

#handle_list_type(obj, _) ⇒ Object



618
619
# File 'lib/tinygql/visitors.rb', line 618

def handle_list_type obj, _
end

#handle_list_value(obj, _) ⇒ Object



654
655
# File 'lib/tinygql/visitors.rb', line 654

def handle_list_value obj, _
end

#handle_named_type(obj, _) ⇒ Object



612
613
# File 'lib/tinygql/visitors.rb', line 612

def handle_named_type obj, _
end

#handle_not_null_type(obj, _) ⇒ Object



615
616
# File 'lib/tinygql/visitors.rb', line 615

def handle_not_null_type obj, _
end

#handle_null_value(obj, _) ⇒ Object



648
649
# File 'lib/tinygql/visitors.rb', line 648

def handle_null_value obj, _
end

#handle_object_field(obj, _) ⇒ Object



633
634
# File 'lib/tinygql/visitors.rb', line 633

def handle_object_field obj, _
end

#handle_object_type_definition(obj, _) ⇒ Object



687
688
# File 'lib/tinygql/visitors.rb', line 687

def handle_object_type_definition obj, _
end

#handle_object_type_extension(obj, _) ⇒ Object



708
709
# File 'lib/tinygql/visitors.rb', line 708

def handle_object_type_extension obj, _
end

#handle_object_value(obj, _) ⇒ Object



657
658
# File 'lib/tinygql/visitors.rb', line 657

def handle_object_value obj, _
end

#handle_operation_definition(obj, _) ⇒ Object



606
607
# File 'lib/tinygql/visitors.rb', line 606

def handle_operation_definition obj, _
end

#handle_root_operation_type_definition(obj, _) ⇒ Object



675
676
# File 'lib/tinygql/visitors.rb', line 675

def handle_root_operation_type_definition obj, _
end

#handle_scalar_type_definition(obj, _) ⇒ Object



696
697
# File 'lib/tinygql/visitors.rb', line 696

def handle_scalar_type_definition obj, _
end

#handle_scalar_type_extension(obj, _) ⇒ Object



720
721
# File 'lib/tinygql/visitors.rb', line 720

def handle_scalar_type_extension obj, _
end

#handle_schema_definition(obj, _) ⇒ Object



678
679
# File 'lib/tinygql/visitors.rb', line 678

def handle_schema_definition obj, _
end

#handle_string_value(obj, _) ⇒ Object



642
643
# File 'lib/tinygql/visitors.rb', line 642

def handle_string_value obj, _
end

#handle_type_condition(obj, _) ⇒ Object



663
664
# File 'lib/tinygql/visitors.rb', line 663

def handle_type_condition obj, _
end

#handle_type_system_directive_location(obj, _) ⇒ Object



714
715
# File 'lib/tinygql/visitors.rb', line 714

def handle_type_system_directive_location obj, _
end

#handle_union_type_definition(obj, _) ⇒ Object



693
694
# File 'lib/tinygql/visitors.rb', line 693

def handle_union_type_definition obj, _
end

#handle_union_type_extension(obj, _) ⇒ Object



726
727
# File 'lib/tinygql/visitors.rb', line 726

def handle_union_type_extension obj, _
end

#handle_value(obj, _) ⇒ Object



624
625
# File 'lib/tinygql/visitors.rb', line 624

def handle_value obj, _
end

#handle_variable(obj, _) ⇒ Object



609
610
# File 'lib/tinygql/visitors.rb', line 609

def handle_variable obj, _
end

#handle_variable_definition(obj, _) ⇒ Object



621
622
# File 'lib/tinygql/visitors.rb', line 621

def handle_variable_definition obj, _
end