// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
graphql
/
Types
[ PARENT ]
EDIT :: user.graphql
type AccessToken { token: String! result:Result } type User { id: ID! name: String email: String phone: String lang: String imagePath: String rate: Int status: Int } type Notification { id: ID! title: String! message: String! seen: Boolean created_at: Date }
SAVE
CANCEL