OBJECT
User model
type User {createdAt: String updatedAt: String id: Float! first_name: String! last_name: String! email: String! roles: [Int!]! # Attached profile of userprofile: UserProfile! }