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
I knew that it's not possible to have val inside the object because it would give the error: extern objects may only contain extern fields and methods, but object works fine.
Anonymous enums can be stored in object anonymous_enum_0, object anonymous_enum_1, ...
This is still a draft, will fill out with more details in the coming days.
Experience from sbt-graphql suggests that code generation is much more robust if restricted to a single root
object
.Example:
Usage:
The text was updated successfully, but these errors were encountered: