// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
graphql
/
Types
[ PARENT ]
EDIT :: content.graphql
type Content { id: ID! title: String! description: String active: Int position: Int } type City { id: ID! title: String! active: Int position: Int } type Banner { id: ID! title: String image_path: String! active: Int position: Int } enum BannerType { FIRST_HOME_BANNER @enum(value: 0) SECOND_HOME_BANNER @enum(value: 1) }
SAVE
CANCEL