INPUT_OBJECT
UserProfileSchemaInputType
# GraphQL Schema definition
1 input UserProfileSchemaInputType { 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/user_profile_types/my_user_profile 13 String! : 16 15 NestedPropertyInputType] : [ 17 }