OBJECT
FreeFormSolution
Solution submitted to a free-text question.
link GraphQL Schema definition
1 type FreeFormSolution implements TaskSolution { 2 3 ID! : 4 5 # Answer written in a free-text format. 6 String! : 7 8 # The files that user has uploaded as a part of the answer. 9 UploadedFile] : [ 10 11 }
link Required by
This element is not required by anyone