report
The report query, represents all of the entry points into our object graph
stats {
report(
filter: StatsFilterInput!
first: Int
last: Int
before: String
after: String
): StatsConnection!
}
The report query, represents all of the entry points into our object graph
stats {
report(
filter: StatsFilterInput!
first: Int
last: Int
before: String
after: String
): StatsConnection!
}
report.filter ● StatsFilterInput! non-null inputreport.first ● Int scalarreport.last ● Int scalarreport.before ● String scalarreport.after ● String scalarStatsConnection object