cms-niceties/_graphql/models.yml

51 lines
879 B
YAML
Raw Permalink Normal View History

2023-10-24 21:53:40 +02:00
Page:
fields:
id: true
className: true
urlSegment: true
parentID: true
title: true
sort: true
CSSClass: true
MainContent:
type: String
showInMenus: Boolean
showInSearch: Boolean
link:
type: String
RequestLink:
type: String
2023-10-25 04:26:25 +02:00
Resources:
type: String
2023-10-24 21:53:40 +02:00
children: "[Page]"
elementalArea:
type: ElementalArea
operations:
readOne:
plugins:
getByURL:
after: filter
getByLink:
after: filter
DNADesign\Elemental\Models\ElementalArea:
fields:
id: true
elements:
plugins:
paginateList: false
operations:
read: true
readOne: true
DNADesign\Elemental\Models\BaseElement:
fields:
id: true
title: true
showTitle: true
className: true
forTemplate: true
operations:
readOne: true
read: true