Function buildViewWithArgumentLabelQuery

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

    Example:

    ViewName(argumentLabel: ...)
    

    Parameters

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

    Returns string