feat: storage modes + git improvements
This commit is contained in:
		@@ -36,12 +36,14 @@ type StorageMutation {
 | 
			
		||||
# -----------------------------------------------
 | 
			
		||||
 | 
			
		||||
type StorageTarget {
 | 
			
		||||
  isAvailable: Boolean!
 | 
			
		||||
  isEnabled: Boolean!
 | 
			
		||||
  key: String!
 | 
			
		||||
  title: String!
 | 
			
		||||
  description: String
 | 
			
		||||
  logo: String
 | 
			
		||||
  website: String
 | 
			
		||||
  supportedModes: [String]
 | 
			
		||||
  mode: String
 | 
			
		||||
  config: [KeyValuePair]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user