TransactableSchemaInputType
Last edit: Nov 10, 2025
No description
type TransactableSchemaInputType {
fields: [NestedPropertyInputType]
name: String
physical_file_path: String!
properties: [NestedPropertyInputType]
}
Fields
fields (NestedPropertyInputType)
deprecated, use properties
name (String)
physical_file_path (String)
defines where the file definition will be available after pull; should start
with the module name follow by private/public scope, for example
manual/public/transactable_types/my_transactable