Agrégateur de contenus

Test Grapth QL 1

Une erreur s'est produite lors du traitement du gabarit.
The following has evaluated to null or missing:
==> ClientId  [in template "44343#44377#null" at line 1, column 53]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${ClientId.getData()}  [in template "44343#44377#null" at line 1, column 51]
----
1<dl><dt class="text-capitalize">Client Id</dt><dd>${ClientId.getData()}</dd><dt class="text-capitalize">Identifier</dt><dd>${Identifier.getData()}</dd><dt class="text-capitalize">Name</dt><dd>${Name.getData()}</dd><dt class="text-capitalize">Description</dt><dd>${Description.getData()}</dd><dt class="text-capitalize">Abstract</dt><dd>${Abstract.getData()}</dd><dt class="text-capitalize">Icon</dt><dd><#if (Icon.getData())?? && Icon.getData() != ""> 
2	<img alt="${Icon.getAttribute("alt")}" data-fileentryid="${Icon.getAttribute("fileEntryId")}" src="${Icon.getData()}" /> 
3</#if></dd></dl>