Releases: graphql-compose/graphql-compose-mongoose 
  
  Releases · graphql-compose/graphql-compose-mongoose
      
  v1.8.0 
  
    
  
      
        08 Aug 08:52
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.8.0 (2017-08-08) 
Features 
Resolvers:  Move connection and pagination resolvers to optionalDependencies (8c55279f ) 
 
If you want to add additional resolvers connection  and/or pagination  - just install following packages and graphql-compose-mongoose will add them automatically.
npm install graphql-compose-connection graphql-compose-pagination --save
 
 
  
  
   
   
  
  v1.7.0 
  
    
  
      
        07 Aug 16:06
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.7.0 (2017-08-07) 
Features 
Pagination:  Add pagination resolver (9baa40f1 ) 
 
Required  to install graphql-compose-pagination package.
 
 
  
  
   
   
  
  v1.6.0 
  
    
  
      
        23 Jul 11:31
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.6.0 (2017-07-23) 
Features 
FilterHelper:  Add _ids field to filter argument for findMany, removeMany, updateMany resol (5aea858a ) 
  
 
  
  
   
   
  
  v1.5.1 
  
    
  
      
        21 Jun 05:10
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.5.1 (2017-06-21) 
Bug Fixes 
Add graphql-compose@2.0.0 to peerDependencies (08076a40 ) 
  
 
  
  
   
   
  
  v1.5.0 
  
    
  
      
        08 Jun 11:10
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.5.0 (2017-06-08) 
Bug Fixes 
Replace Array.includes by Array.indexOf for node 4 (fcc7e325 ) 
Flowtype: 
Resolve Flow errors in tests and fix some definitions (485115a3 ) 
Resolve all Flowtype warnings (10cfb3d9 ) 
 
 
 
Features 
Remove graphql-js peer-dependency. Using it via graphql-compose re-export. (5486a9b9 ) 
  
 
  
  
   
   
  
  v1.4.9 
  
    
  
      
        16 Mar 02:23
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.4.9 (2017-03-16) 
Bug Fixes 
FieldConverter:  do not strip _id from embedded documents (91693fd6 ) 
  
 
  
  
   
   
  
  v1.4.8 
  
    
  
      
        01 Mar 05:35
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.4.8 (2017-03-01) 
Bug Fixes 
Filter:  Do not dotten internals of mongo query operators, like $in, $gt, $exists and others (1cedf49b ) 
  
 
  
  
   
   
  
  v1.4.7 
  
    
  
      
        20 Feb 07:42
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.4.7 (2017-02-20) 
Bug Fixes 
fieldsConverter:  Now reuse generated types for recursive schemas (4c198705 ) 
  
 
  
  
   
   
  
  v1.4.6 
  
    
  
      
        25 Jan 17:57
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.4.6 (2017-01-25) 
Bug Fixes 
graphql-compose:  Remove deprecated methods (b1391e14 ) 
  
 
  
  
   
   
  
  v1.4.5 
  
    
  
      
        27 Dec 05:02
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
 
       
   
 
    
            
        
           
          
            
                
  
                  
                    
                    
                        
                          
     
 
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        1.4.5 (2016-12-27) 
Bug Fixes 
Package: 
Copy peerDeps to devDeps, change CI config (eaa5fc67 ) 
Fix wrong global package installing in CI config (#14 ) (a3e0a906 )