INPUT_OBJECT

UpdateEngineDependency

link GraphQL Schema definition

1input UpdateEngineDependency {
5
2# The category type this engine depends on.
3# Must be a valid categoryType from an existing EngineCategory.
4dependencyType: String
9
6# An optional asset type that the engine will expect to have
7# been created.
8assetType: String
10}

link Required by

This element is not required by anyone