INPUT_OBJECT

SetEngineBlacklist

link GraphQL Schema definition

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