AEM 6.5 Cloud Version and CIF Addon Installed go in exception when NULL is found in the response
Hi,
I am experiencing a problem using CIF, I am using CategoryRetriever from ProductList to query the list of attributes I need to display on a page.
When in the getCategory query I receive even a single attribute to null in response, the MagentoGraphqlClient class throws an exception when executing the call.
this is the exception:
com.shopify.graphql.support.SchemaViolationError: Invalid value null for field CategoryTree.application_for

Is there any way to handle calls with nullable attributes?
maybe some CIF configuration.
thanks in advance.