OBJECT
type ProtectedUser {id: ID! email: String role: String createdAt: String! targets: [UserTarget] }