INPUT_OBJECT
SetEngineBlacklist
link GraphQL Schema definition
1 input SetEngineBlacklist { 5 2 # Provide the organization ID to update. This field is required only 3 # when using addToEngineBlacklist or deleteFromEngineBlacklist. 4 : ID 8 6 # Provide the IDs of engines to set. 7 : [ID!] 11 9 # Provide the IDs of engine categories to set. 10 : [ID!] 12 }