module GraphQL::Field::DefaultLazyResolve

def self.call(obj, args, ctx)

def self.call(obj, args, ctx)
  ctx.schema.sync_lazy(obj)
end