OBJECT

UpdateAutoModPropertiesPayload

link GraphQL Schema definition

1type UpdateAutoModPropertiesPayload {
2
3# The new properties after applying the mutation.
4autoModProperties: AutoModProperties
5
6}