OBJECT

AutoModContentError

Error associated with query AutoModContent.

link GraphQL Schema definition

1type AutoModContentError {
2
3# Error code.
4code: AutoModContentErrorCode!
5
6}