OBJECT
type QuestionaryQuestion {answers: [String!] conditions: [QuestionaryCondition!] id: ID! label: String! name: String! type: String! }