Seppe Dekeyser
Seppe Dekeyser
> It seems an edge case bug that bring in by the side-effect for refactoring the plugin container to a class. While should be fixed by `watch_file: this.addWatchFile.bind(this)`, I agree...
Thanks for taking the time to look into this! It looks like the houdini-2.0 branch was out of date with main before you created this PR, which is causing github...
Whoops, didn't mean for this to be closed
@chutuananh2k You can work around it with this for now: ```ts export const _MyQueryVariables: MyQueryVariables = ({ props }: { props: Props }) => { ... }; ```
I ran into the same issue a while back at work. I solved it after some troubleshooting by adding a `@with` on the `_insert` fragment spread. Maybe we could add...
What is the type of that field in your graphql schema?
the `to` field on `flights` is non-nullable, so that's why the `@required` directive cannot be used there.
Thanks for reporting this. Just to confirm, this happens when you run `npx houdini@latest init` right? Can you also share your command line?