TallyPageScoreTier
No description
type TallyPageScoreTier {
lowerBound: Int!
upperBound: Int!
title: String!
body: String
}
Fields
TallyPageScoreTier.lowerBound
● Int!
non-null scalar
TallyPageScoreTier.upperBound
● Int!
non-null scalar
TallyPageScoreTier.title
● String!
non-null scalar
TallyPageScoreTier.body
● String
scalar
Member of
TallyPage
object