Type Alias ReportData

ReportData: {
    __typename?: "ReportData";
    report?: Maybe<Report>;
    reports?: Maybe<ReportPagination>;
}

The ReportData object enables the retrieval of single reports or filtered collections of reports.

Type declaration

  • Optional__typename?: "ReportData"
  • Optionalreport?: Maybe<Report>

    Obtain a specific report by its code.

  • Optionalreports?: Maybe<ReportPagination>

    A set of reports for a specific guild, guild tag, or user.