INPUT_OBJECT
CreateReportMutationInput
The input object that defines the fields for the createReport mutation.
link GraphQL Schema definition
- input CreateReportMutationInput {
- # A descriptive name.
- String! :
- # The report category.
- ReportCategory! :
- }