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
sonatard
changed the title
Generate method return non optional fragment type
Generate method return non optional fragment type in response-based codegen
Sep 26, 2024
Use case
I need to use mapNotNull, but since it will never actually be null, I want to use map instead.
Describe the solution you'd like
When it is not a union or interface, create a method that returns a non optional fragment type.
The text was updated successfully, but these errors were encountered: