SignupCountByState
No description
type SignupCountByState {
count: Int!
state: SignupState!
}
Fields
SignupCountByState.count
● Int!
non-null scalar
SignupCountByState.state
● SignupState!
non-null enum
Member Of
Convention
object