class GraphQL::Compatibility::LazyExecutionSpecification::LazySchema::LazyPushCollection

def initialize(ctx, values)

def initialize(ctx, values)
  @ctx = ctx
  @values = values
end

def push

def push
  @values.map { |v| LazyPush.new(@ctx, v) }
end