INPUT_OBJECT
EngineUpdateInput
link GraphQL Schema definition
- input EngineUpdateInput {
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- : String
- # Move to engine group
- : String
- # Override the group engine settings
- : Boolean
- : String!
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- : String
- # Engine group settings to use
- : String
- }