INPUT_OBJECT
ModelSchemaInputType
# GraphQL Schema definition
1 input ModelSchemaInputType { 4 2 # deprecated, use properties 3 NestedPropertyInputType] : [ 6 5 HashObject : 9 7 # deprecated - derived from physical_file_path 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/custom_model_types/my_model 13 String! : 16 15 NestedPropertyInputType] : [ 17 }