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
Some package level serialisation/reflection issue (I believe potentially to do with the SchemaLinkTransformer) is making a return of nil cause a 500 error as a response body.
Personally, I think this should be handled internally by the package to Serialise to null, to avoid redundant and unnecessary checking in every handler.
The text was updated successfully, but these errors were encountered:
Some package level serialisation/reflection issue (I believe potentially to do with the SchemaLinkTransformer) is making a return of
nil
cause a 500 error as a response body.Personally, I think this should be handled internally by the package to Serialise to null, to avoid redundant and unnecessary checking in every handler.
The text was updated successfully, but these errors were encountered: