Lewis Greenway-Jones
Lewis Greenway-Jones
`createSchemaForApollo` is marked as deprecated but it works for me. It would still be nice to know what the 'official' / intended solution might be. Example code: ```ts const application...
I agree - that's what I expected to work, but it didn't in practice. Here's my minimal example - hopefully it's reproducible enough! https://github.com/lewisgj/graphql-modules-apollo-4
This does work, thanks - I try to write Typescript as strict as possible so it's not 100% ideal to have `any` there, but it'd be enough for me to...