The @openfed__configureDescription directive allows granular control over descriptions. It is not considered to be a V2-only directive.
@openfed__configureDescription
directive serves four main functions:
propagate
argument is set to true
(the default value), the description corresponding to the coordinates of the directive in the defining subgraph will be the description that appears for those coordinates in the federated graph.
propagate
argument is set to false
, the description corresponding to the coordinates of the directive in the defining subgraph will not be considered for description that appears for those coordinates in the federated graph.
propagate
argument is set to true
(the default value), and the descriptionOverride
argument is set to a non-empty string, that string will be the description that appears for those coordinates in the federated graph.
If the propagate
argument is set to false
, the descriptionOverride
argument will be ignored.
descriptionOverride
argument.
propagate
with true
. Multiple such definitions will produce a composition error.
propagate
argument with false
.