INPUT_OBJECT
NestedPropertyInputType
# GraphQL Schema definition
1 input NestedPropertyInputType { 4 2 # provide 1 if property you want to remove property, 0 otherwise 3 String : 7 5 # Type of the property 6 PropertyTypeEnum : 11 8 # Defines a relationship with other model schema or the user schema. Used during 9 # importing/exporting data. 10 String : 14 12 # Default value for new objects 13 String : 17 15 # id of the property to update 16 ID : 19 18 HashObject : 22 20 # Name of the property 21 String! : 26 23 # Provides options for type upload - defines for exmple whether newly upload file 24 # should be public etc 25 PropertyUploadOptionsInput : 27 }