Skip to content

Enhance null response handling in GraphQL resolvers

chao.zhang requested to merge bugfix into production

Modify resolvers to return empty array or empty string when service responses are null, ensuring consistent return types and preventing potential client-side errors

Merge request reports