OBJECT

TaskCustomScore

link GraphQL Schema definition

1type TaskCustomScore {
2
3id: String!
4
5score: Int!
6
7}