ENUM

V1QueryLogReportRequestSortOrder

Description

Parameters to sort the query results.

link GraphQL Schema definition

  • enum V1QueryLogReportRequestSortOrder {
  • # Sort by ascending order.
  • V1_QUERY_LOG_REPORT_REQUEST_SORT_ORDER_ASC
  • # Sort by descending order.
  • V1_QUERY_LOG_REPORT_REQUEST_SORT_ORDER_DESC
  • }