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
Describe the proposed feature
It would be great if the queries generator supported literals. As an example would be a query like select Foo { discriminator := "bar", ... } would generate a Returns type like { discriminator: "bar", ... }. This way you could perhaps combine some result transforming code based on a discriminated union pattern.