Ben Awad
Ben Awad
@mxstbr did you find a solution? I'm experiencing a similar problem. This is my config: ```js new OfflinePlugin({ caches: "all", updateStrategy: "all", autoUpdate: 1000 * 60 * 2, // 2...
I don't know what a good tsconfig for vue would look like, but feel free to make a pr for one
Follow conventional commit for your commit msg so it deploys: https://www.conventionalcommits.org/en/v1.0.0/
thanks, I'll keep it open so more people see it
I don't think the context should be empty, is it empty in your resolver too?
cookies work with file uploads, so there's something slightly off with your setup
are you creating a dummy req here https://github.com/benawad/type-graphql-series/blob/master/src/test-utils/gCall.ts#L24
what trouble are you having passing an enum value in?
so you have a typescript enum not a graphql one?
and I assume your calling registerEnumType I would think passing it in as a string would work