The GraphQL findNodes query should be able to return tags that have a null description successfully. It currently errors out because the output schema enforces that description is non-null, when the underlying tags' database schema allows for a null description value.
Summary
The GraphQL findNodes query should be able to return tags that have a null description successfully. It currently errors out because the output schema enforces that description is non-null, when the underlying tags' database schema allows for a null description value.
Test Plan
Locally
make check
passesmake test
shows 100% unit test coverageDeployment Plan
N/A