Hmm
Joseph
type User { id: ID! @unique gender: GenderType! updatedAt: DateTime! createdAt: DateTime! } enum GenderType { MALE, FEMALE }
matepapp