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