Function buildViewWithArgumentLabelQuery

  • Builds a FaultTransformationRule.queryText that matches a given view with an argument with a given label.

    Example:

    ViewName(argumentLabel: ...)
    

    Parameters

    • builderParams: {
          argumentLabel: string;
          viewName: string;
      }
      • argumentLabel: string
      • viewName: string

    Returns string