Alec Aivazis
Alec Aivazis
I'm not able to reproduce this in the project's e2e tests. I'm going to close this since it doesn't seem to be widely spread but If you have the time...
Not yet! It's definitely something I want to support but haven't found the time. The network layer already has all of the necessary functionality so it should only be a...
Sorry it took me a bit to get to you @ChrisPlease. Are you still running into issues? If so, can you show me the definition of `BarQueryVariables` that's generated? I'm...
Looking at all of the options laid out like this, I think the first option is the cleanest. The biggest win in my eyes is the natural ability to compose...
One con that occured to me today with the scalar approach is that you can only set one value at a time
> query ContractOrders($id: Param, $limit: SearchParam, $offset: SearchParam, $info: Session) {} That wouldn't quite work - you wouldn't know if you are computing the `limit` or `offset` from the search...
Not sure I understand the concern about type bindings - could you give me an example? My original thinking was that the `graphqlType` field would be used to ensure the...
Wow thanks for taking the time to compile your thoughts! I was looking to revamp the entire query variable API but component queries are definitely one of the places the...
> Could it perhaps be possible to have a +page.gql file containing the query document that is automatically loaded, while having a +page.js file containing an extractVariables function that overrides...
Funny you should mention that @endigma - i was thinking something very similar last night but wasn't quite sure how to dress up the API. I think the core insight...