OBJECT
TransactableSchema
Schema for transactable (old name was TransactableType). Deprecated, use ModelSchema
# GraphQL Schema definition
1 type TransactableSchema 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 }