QueryInterpolation:
    | FQLFragment
    | ValueFragment
    | ObjectFragment
    | ArrayFragment

A piece of an interpolated query. Interpolated queries can be safely composed together without concern of query string injection.

ValueFragment and FQLFragment for additional information