OBJECT
type User {userId: Int email: String firstname: String lastname: String phone: String skype: String lastLoggedInDate: DateTime lastLoggedInIp: String active: Boolean languageId: Int markNewDays: Int archiveAfterDays: Int emailTaskNotification: Boolean photoId: Int userRoleTypeId: Int created: DateTime modified: DateTime photo: Photo }