// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
graphql
/
Types
[ PARENT ]
EDIT :: property.graphql
type Property { id: ID! title: String! sub_title:String code:String slug:String image_path:String active: Int position: Int price: Float! special_price: Float discount: Float city: City @belongsTo area: String category: Category @belongsTo type: Category @belongsTo images: [String] description:String keywords:String tags:String isFavourite: Boolean writer:String date:Date address:String latitude:String longitude:String map_link:String no_rooms:String no_bathrooms:String no_bedrooms:String payment_method:String the_view:String no_views:Int } type Category { id: ID! title: String! image_path:String active: Int! position: Int! } type ContactTime { id: ID! from: String! to:String! title:String! } type FavoritesType { id: ID! title: String! active: Int! position: Int! } type PaymentMethod { id: ID! title: String! code: String active: Int! position: Int! } type PaymentStatus { id: ID! title: String! active: Int! position: Int! } type Bank { id: ID! title: String! active: Int! position: Int! }
SAVE
CANCEL