OBJECT

UpdateBoostSettingsError

Error code for an error that occurs while updating boost settings.

link GraphQL Schema definition

1type UpdateBoostSettingsError {
2
3# Error code for error that occurred while updating boost settings.
4code: UpdateBoostSettingsErrorCode!
5
6}