TransactableSchema
Last edit: Jun 10, 2024
Schema for transactable (old name was TransactableType). Deprecated, use ModelSchema
type TransactableSchema implements AdminPropertiesInterface, AdminSharedAttributesInterface {
created_at: JSONDate!
fields: [Property!]!
id: ID!
manually_managed: Boolean
metadata: HashObject
name: String!
parameterized_name: String!
physical_file_path: String
properties: [Property!]!
updated_at: JSONDate!
}
Fields
created_at
(JSONDate
)
fields
(Property
)
Deprecated, use properties instead.
id
(ID
)
manually_managed
(Boolean
)
defines whether this objectwill be affected via pos-cli deploy / sync
metadata
(HashObject
)
name
(String
)
parameterized_name
(String
)
physical_file_path
(String
)
defines the physical path of the file
properties
(Property
)
List of properties attributes to be included in the results