// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
go-rent.kodsolutions.net
/
graphql
/
Queries
[ PARENT ]
EDIT :: offices.graphql
extend type Query { offices: [Office!]! @orderBy(column: position, direction: DESC) @paginate( defaultCount: 30 maxCount: 100 builder: "App\\GraphQL\\Queries\\Office\\Index" ) }
SAVE
CANCEL