Skip to main content

InsightsQuery

No description

type InsightsQuery {
bookingsReport(
where: BookingsReportWhereInput
orderBy: BookingsReportOrderByInput
groupBy: [BookingsReportGroupByInput!]
limit: Int
relay: RelayInput
): InsightsXBookingReport
billingBookingsReport(
where: BookingsReportWhereInput
orderBy: BookingsReportOrderByInput
groupBy: [BookingsReportGroupByInput!]
limit: Int
relay: RelayInput
): InsightsXBookingReport
hotelXMappingReport(
where: HotelXMappingReportWhereInput!
): HotelXMappingReportResponse!
getRecommendations(
where: RecommendationsWhereInput!
groupBy: [RecommendationsGroupByInput!]!
limit: Int
relay: RelayInput
): RecommendationsConnection
getPortfolioStats(
where: InsightsPortfolioStatsWhereInput!
): InsightsPortfolioStatsConnection!
}

Fields

InsightsQuery.bookingsReport ● InsightsXBookingReport object

Retrieve Bookings Details and Summary

InsightsQuery.bookingsReport.where ● BookingsReportWhereInput input
InsightsQuery.bookingsReport.orderBy ● BookingsReportOrderByInput enum
InsightsQuery.bookingsReport.groupBy ● [BookingsReportGroupByInput!] list enum
InsightsQuery.bookingsReport.limit ● Int scalar
InsightsQuery.bookingsReport.relay ● RelayInput input

InsightsQuery.billingBookingsReport ● InsightsXBookingReport object

Retrieve Bookings Details and Summary

InsightsQuery.billingBookingsReport.where ● BookingsReportWhereInput input
InsightsQuery.billingBookingsReport.orderBy ● BookingsReportOrderByInput enum
InsightsQuery.billingBookingsReport.groupBy ● [BookingsReportGroupByInput!] list enum
InsightsQuery.billingBookingsReport.limit ● Int scalar
InsightsQuery.billingBookingsReport.relay ● RelayInput input

InsightsQuery.hotelXMappingReport ● HotelXMappingReportResponse! non-null object

Retrieve Mapping Report for HotelX

InsightsQuery.hotelXMappingReport.where ● HotelXMappingReportWhereInput! non-null input

InsightsQuery.getRecommendations ● RecommendationsConnection object

Retrieve new organizations to connect

InsightsQuery.getRecommendations.where ● RecommendationsWhereInput! non-null input
InsightsQuery.getRecommendations.groupBy ● [RecommendationsGroupByInput!]! non-null enum
InsightsQuery.getRecommendations.limit ● Int scalar
InsightsQuery.getRecommendations.relay ● RelayInput input

InsightsQuery.getPortfolioStats ● InsightsPortfolioStatsConnection! non-null object

Query to retrieve Portfolio stats by connection

InsightsQuery.getPortfolioStats.where ● InsightsPortfolioStatsWhereInput! non-null input

Returned By

insights query