feat: admin logging + search
This commit is contained in:
		
							
								
								
									
										12
									
								
								client/graph/admin/logging/logging-mutation-save-loggers.gql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								client/graph/admin/logging/logging-mutation-save-loggers.gql
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
mutation($loggers: [LoggerInput]) {
 | 
			
		||||
  logging {
 | 
			
		||||
    updateLoggers(loggers: $loggers) {
 | 
			
		||||
      responseResult {
 | 
			
		||||
        succeeded
 | 
			
		||||
        errorCode
 | 
			
		||||
        slug
 | 
			
		||||
        message
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user