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 has been archived by the owner on Oct 2, 2024. It is now read-only.
could you clarify why do you care what is inside generated code?
All of these fields are publicly exposed for no good reason, I don't want to see them when my IDE shows which field / method I can use when working with a generated GraphQL model instance 😄
Every class generated which extends JsonSerializable has all of the fields generated which you can see in the screenshot.
Is there any way to disable this behaviour?
Also curious if there is a good reason why I would want my class to extend JsonSerializable?
The text was updated successfully, but these errors were encountered: