Ratios
Ratios details
type Ratios {
lookToQuote: Int!
lookToBook: Int!
quoteToBook: Int!
}
Fields
Ratios.lookToQuote
● Int!
non-null scalar
Searches needed to do a quote
Ratios.lookToBook
● Int!
non-null scalar
Searches needed to do a booking
Ratios.quoteToBook
● Int!
non-null scalar
Quotes needed to do a booking
Member Of
StatsData
object