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
if I update the library to a new version, the project gives me a GraphTypeDeclarationException: The object graph type 'Magazine' defines 0 fields. All object types must define at least one field.
I use empty classes or classes to which I send an identifier field labeled with [GraphSkip] above which I create a TypeExtension or BatchTypeExtension and therefore contain a field(s) in result.
Would it be possible to add an option not to do this check or check if also not defined any Extension field?