spec/generators/graphql/install_generator_spec.rb in graphql-1.8.0.pre11 vs spec/generators/graphql/install_generator_spec.rb in graphql-1.8.0

- old
+ new

@@ -190,10 +190,10 @@ # find an object in your application # ... } # Object Resolution - resolve_type -> (obj, ctx) { + resolve_type -> (type, obj, ctx) { # TODO: Implement this function # to return the correct type for `obj` raise(NotImplementedError) }