OBJECT
type AccountUser {id: Uuid! userId: Uuid! accountId: Uuid! createdAt: DateTime updatedAt: DateTime status: String }