OBJECT
UserProfileSchema
Schema for user profile (old name was UserProfileType)
# GraphQL Schema definition
1 type UserProfileSchema implements AdminSharedAttributesInterface, AdminPropertiesInterface { 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 }