File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def fields(type_defn); type_defn.all_field_definitions; end # rubocop:disable De
107
107
def get_field ( parent_type , field_name ) ; @schema . get_field ( parent_type , field_name ) ; end
108
108
def reachable_type? ( type_name ) ; true ; end
109
109
def loadable? ( type , _ctx ) ; true ; end
110
- def loadable_possible_types ( union_type , _ctx ) ; union_type . possible_types ; end
110
+ def loadable_possible_types ( abstract_type , _ctx ) ; union_type . possible_types ; end
111
111
def reachable_types ; @schema . types . values ; end # rubocop:disable Development/ContextIsPassedCop
112
112
def possible_types ( type_defn ) ; @schema . possible_types ( type_defn , Query ::NullContext . instance , false ) ; end
113
113
def interfaces ( obj_type ) ; obj_type . interfaces ; end
You can’t perform that action at this time.
0 commit comments