OBJECT
type BuyerType {_key: String name: String! phone: String! email: String! birthday: String! address: String! photo: ImageType! banner: ImageType! points: Float! reviews: [ReviewType!]! categories: [CategoryType!]! cart: CartType! orders: [OrderType!]! }