Returns a mapping of channel instances for each property in the schema using the associated metadata in the registry.
This is used to create the channels object that's passed to the Graph constructor.
getChannelsForSchema<T extends InteropZodObject>(schema: T): InteropZodToStateDefinition<T>| Name | Type | Description |
|---|---|---|
schema* | T | The schema to extract channels from. |