For example; ```graphql type QueryFruitItem = { name: String! } type FruitsResponse = { items: [QueryFruitItem!]! } ``` The generated schemas will not contain a `function QueryFruitItemSchema() {`. Using the `zod` schema config, unaware if the same issue stands for the other output types. Amazing idea this plugin btw 🤩