INTERFACE

TaskSolution

Solution submitted to a question.

link GraphQL Schema definition

1interface TaskSolution {
2
3id: ID!
4
5}