INPUT_OBJECT
UpdateLiquidPartialInputType
# GraphQL Schema definition
1 input UpdateLiquidPartialInputType { 3 2 String : 5 4 PageFormat : 7 6 HashObject : 9 8 String : 14 10 # defines where the file definition will be available after pull; should start 11 # with the module name follow by private/public scope, for example 12 # manual/public/views/partials/my_partial 13 String : 15 }