mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	 da1258c335
			
		
	
	
		da1258c335
		
			
		
	
	
	
	
		
			
			* Introducing updateDataset mutation * WritableType -> MutableType * Add createdAt input Co-authored-by: John Joyce <john@acryl.io>
		
			
				
	
	
		
			6 lines
		
	
	
		
			149 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			149 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
| # This will host GQL schema extensions specific to the frontend.
 | |
| 
 | |
| extend type Mutation {
 | |
|     logIn(username: String!, password: String!): CorpUser
 | |
| }
 |