|  | @@ -44,7 +44,7 @@ func NewProductConnection(src []*generated.Product,
 | 
	
		
			
				|  |  |  			Node: connection.Nodes[i],
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -		if c, err := model.NewSimpleCursor(e.Node.ID, model.GidCollection); err == nil {
 | 
	
		
			
				|  |  | +		if c, err := model.NewSimpleCursor(e.Node.ID, model.GidProduct); err == nil {
 | 
	
		
			
				|  |  |  			e.Cursor = *c.String()
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  
 |