Coda by Ian Macalinao
    Preparing search index...

    Interface ArgumentValueNode

    Refers to a named argument of the surrounding instruction.

    interface ArgumentValueNode {
        kind: "argumentValueNode";
        name: CamelCaseString;
    }
    Index
    kind: "argumentValueNode"

    The name of the referenced argument.