OBJECT
FormAnswer
An answer given to a form in an evaluation
link GraphQL Schema definition
- type FormAnswer {
- : String
- : EvaluationEntity
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }