OBJECT
type SurveyDefinitionDto {applications: [ApplicationDTO] assignedUsers: [UserDTO] createdAt: String description: String id: Long indicatorsCodeNames: [String] indicatorsCount: Int labels: [String] locked: Boolean lockedBy: String lockedByUserId: Long organizations: [OrganizationDTO] shortNames: Map_String_StringScalar status: String stoplightType: String title: String updatedAt: String }