INPUT_OBJECT
ModelOptionsPatch
A patch operation on the model options. Updates the specified fields, leaving the others unchanged.
link GraphQL Schema definition
- input ModelOptionsPatch {
- # Update whether or not to include social sharing options in the
- # public viewer.
- : SettingOverride
- # Update whether or not to include VR options in the
- # public viewer.
- : SettingOverride
- }