https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates
The Graph supports starting a dynamically instantiated data source from a block earlier than the current block? The dynamic data source instantiated from a template begins processing events from the block where the .create() function was called. Is this correct?
What I wanna do is not to create a collection but to add an existing collection to the factory. In this case, I simply add a function which emits same events as the collection is created to the factory contract. But mapping function of factory contract works but template mapping function doesn't detect the minting events.