OBJECT
type ProducerType {_key: String name: String! phone: String! email: String! birthday: String! address: String! photo: ImageType! banner: ImageType! description: String! products: [ProductType!]! location: LocationType! }