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