You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
I'm using graphback to generate fragments on the client. When a type has field that accepts a parameter the output unfortunately is invalid.
It's a slippery slope but it would be nice if that field is at least ignored to avoid invalid output, maybe with a warning.
Even more slippery, but if we accept that generating fragments is already a special case, then maybe we can also accept to generate variable placeholder based on the field and parameter name.
E.g. itemConnection(input: SomeType) -> fragment field: `input: $itemConnectionInput // could be enumerated, too?
It doesn't look nice to go down that road, on the other hand it can be very helpful for faster prototyping.