PageRequestInput
No description
input PageRequestInput {
query: String
sortBy: String
sortOrder: String
skip: Int
take: Int
showDeleted: Boolean
grouping: StatsMetric
startDate: DateTime
endDate: DateTime
statsFrom: DateTime
statsTo: DateTime
sessionIds: [ID]
referenceIds: [String]
companyCheckIds: [ID]
companyIds: [ID]
configurationIds: [ID]
}