CreateReportInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| description - String | |
| entityId - String! | |
| entityType - ModerationEntityType! | |
| reportCategory - ReportCategory! | |
| spaceId - String |
input CreateReportInput {
description: String
entityId: String!
entityType: ModerationEntityType!
reportCategory: ReportCategory!
spaceId: String
}