ModAction
No description
type ModAction {
id: Int!
user: User
mod: User
type: ModActionType
objectId: Int
objectType: String
data: String
createdAt: Int!
}
Fields
ModAction.id
● Int!
non-null scalar
The id of the action
ModAction.user
● User
object
ModAction.mod
● User
object
ModAction.type
● ModActionType
enum
ModAction.objectId
● Int
scalar
ModAction.objectType
● String
scalar
ModAction.data
● String
scalar
ModAction.createdAt
● Int!
non-null scalar
Member Of
InternalPage
object