OBJECT
ModelSchema
Schema for model (old CustomModelType)
# GraphQL Schema definition
1 type ModelSchema implements AdminPropertiesInterface, AdminSharedAttributesInterface { 2 JSONDate! : 3 ID! : 4 HashObject : 5 String! : 6 String! : 7 # defines the physical path of the file 8 String : 9 # List of properties attributes to be included in the results 10 Property!]! : [ 11 JSONDate! : 12 }