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