INPUT_OBJECT
AssetInput
# GraphQL Schema definition
1 input AssetInput { 4 2 # metadata hash for the attribute 3 HashObject : 6 5 String! : 11 7 # defines where the file definition will be available after pull; should start 8 # with the module name follow by private/public scope, for example 9 # manual/public/assets/logo.png 10 String! : 13 12 String! : 14 }