INPUT_OBJECT
UpdatePageInputType
# GraphQL Schema definition
1 input UpdatePageInputType { 4 2 # ids of authorization policies which should be checked 3 ID] : [ 6 5 String : 8 7 JSONDate : 10 9 Int : 12 11 String : 14 13 Boolean : 16 15 PageFormat : 18 17 PageHandler : 21 19 # name of the liquid layout to which the content should be injected 20 String : 24 22 # deprecated, use layout 23 String : 29 25 # max nesting of the url to be resolved by this slug. For example slug "abc" with 26 # max_deep_level 2 will resolve /abc, abc/1, abc/2, but will NOT resolve 27 # abc/2/something. 28 Int : 31 30 HashObject : 36 32 # defines where the file definition will be available after pull; should start 33 # with the module name follow by private/public scope, for example 34 # manual/public/views/pages/my-page 35 String : 38 37 PageRedifectCode : 40 39 String : 42 41 PageRequestMethod : 44 43 HashObject : 46 45 Boolean : 52 47 # slug will not be automatically if you modify physical_file_path, as this 48 # operation is dangerous. After changing the slug you might want to ensure the SEO 49 # will not be hurt by creeating Page with the old slug and setting the redirect_to 50 # property to the new path. 51 String : 54 53 Int : 55 }