I want to be able to generate typescript models for my GraphQL API but I don't want it to use datastore models. I'm generating the models for lambda backend functions where I cannot use Amplifys datastore. I don't want to have the inits functions and all that, just plan typescript models.
Is this possible?