OBJECT
LiquidPartial
Liquid Partials
# GraphQL Schema definition
1 type LiquidPartial implements AdminSharedAttributesInterface { 2 # liquid code to evaluate to valid html 3 String : 4 JSONDate! : 5 PageFormat : 6 ID! : 7 HashObject : 8 # defines the name of the partial to be used with include tag 9 String! : 10 # defines the physical path of the file 11 String : 12 JSONDate! : 13 }