INPUT_OBJECT

CreateReportMutationInput

The input object that defines the fields for the createReport mutation.

link GraphQL Schema definition

  • input CreateReportMutationInput {
  • # A descriptive name.
  • name: String!
  • # The report category.
  • report_category: ReportCategory!
  • }

link Require by