Alec Aivazis
Alec Aivazis
Closing this as a duplicate
Closing this since #439 has been merged
Hm, good question. I think having a new field is "alright". it's definitely not great but we're kind of stuck with it. If there are enough little breaks maybe its...
I'm going to close this PR since it's gone a bit stale. I agree we want something like this in general so let's try to figure out what the right...
It's not currently possible to change that path but I would gladly review a PR that adds a `runtimePath` option if you wanted to give it a shot. We also...
@Nukiloco That's no problem at all! If you are up for it, I'll help you any way I can. Basically there are two parts to this feature. One part is...
Unforuntately we can't have one path that works in both situations because the file system is only accessible through vite aliases (`$lib` only resolves to `./src/lib` because it has been...
> `prefix_query_title` in snake_case > > `PREFIX_QUERY_TITLE` in MACRO_CASE > > `prefixQueryTitle` in camel > > `PrefixQueryTitle` in Pascal (these two would be the same if prefix was ignored by...
This can be done globally with the [disableMasking](https://www.houdinigraphql.com/api/config) option so it's no longer a priority
Just a heads up, support for this will be added as part of the upcoming work to support the new KitQL api 👍