OBJECT
type User {id: ID fullname: String email: String username: String picture: String bio: String followers: User following: User }