INPUT_OBJECT
StandalonePropertyInputType
# GraphQL Schema definition
1 input StandalonePropertyInputType { 4 2 # Type of the property 3 PropertyTypeEnum : 8 5 # Defines a relationship with other model schema or the user schema. Used during 6 # importing/exporting data. 7 String : 11 9 # Default value for new objects 10 String : 13 12 HashObject : 16 14 # Name of the property 15 String! : 20 17 # Provides options for type upload - defines for exmple whether newly upload file 18 # should be public etc 19 PropertyUploadOptionsInput : 24 21 # Id of the schema to which this property definition belongs. For target_type User 22 # set to null. 23 ID : 27 25 # Type of the schema to which this property definition belongs 26 PropertyTargetType! : 28 }