Tom Elliott

Results 17 comments of Tom Elliott

Thanks for clarifying the request @swaminator. To add another (very related) query: By using custom queries I'm wanting to fetch nested objects with a single HTTP request but also wanting...

I had imagined that a code gen step could/would be run that would generate models for a specific query, but in a strongly typed language like Swift it can be...

(I think I can just update the base classes myself easily enough to add in this one change, but that feels sketchy - I'd expect the framework to re-gen generated...

Thanks for the quick response. Just so I'm clear on a couple of things: 1. Has the `__setRawDBData` property been added or removed? Should I end up with it included...

Oh, but that might be because I've not updated all the `@gqlField` bindings everywhere, which I think may have changed during the upgrade. BRB.

Are the docs [here](https://ent.dev/docs/custom-graphql/custom-queries) up to date? i.e. should it be something like: ``` @gqlQuery({ name: "viewer", type: ViewerType, }) export default class ViewerResolver { @gqlQuery({ name: "viewer", type: ViewerType...

> how can I make that clearer? I'm not sure you need to. My assumption was that this would be the case, but having run into issues I was doubting...

OK, adding the `DISABLE_SWC` flag has thrown up a new error when running `yarn codegen`. Looking into it now, but pasting here too for visibility: ``` ~/Code/LimeAndSoda/roomtool-server (upgrade2*) » yarn...

Should also say that fixing up the gql field changes has fixed running the server with `yarn start`

I'm afraid I've got to bounce for the night - am on holiday and should probably spend some time with my wife :) If useful, I've added you to the...