DirectiveArgs
class DirectiveArgs
A directive occurrence's arguments — all verbatim (unresolved). Resolve what you need through DirectiveContext; an argument nobody resolves is never evaluated.
The coercion helpers apply the standard error contract: only null data degrades (boolean of null is false, array of null is empty), everything else present-but-wrong fails loud with the typed identity.