m1212e
m1212e
Vite throws this error: ``` SyntaxError: [vite] The requested module '@pothos/core' does not provide an export named 'MutationFieldsShape' ``` in the generated utils module. I think this is because the...
### What version of Elysia is running? 1.2.21 ### What platform is your computer? Fedora linux ### What steps can reproduce the bug? In a next.js project, create a handler:...
Does macro_magic::import_tokens_proc require function like macros to only accept a single argument?
Hi, I'm trying to write a function like proc macro which I intend to be used like this: ```rust let query = find_one!(Person).unwrap(); ``` which works perfectly fine. My macro...
### Describe the bug Hey, when using Houdini my app breaks when it tries to perform a hot reload after changing something. I always have to restart the dev server....
Following up on this discussion: https://github.com/hayes/pothos/discussions/1395#discussioncomment-12569508 it would be helpful to allow async queries in fields. In the below example a hypothetical resource server can be queried to return a...