SetChaser
No description
type SetChaser {
setChaserID: ID!
numberCompleted: Int
totalChasers: Int
chasers: [User]
}
Fields
setChaserID ● ID! non-null scalar
numberCompleted ● Int scalar
totalChasers ● Int scalar
chasers ● [User] list object
Member of
SetChaserSummary object