public TypeQL(Variables variables, Fragments fragments, params IQueryType[] queryTypes) { Variables = variables; Fragments = fragments; QueryTypes = queryTypes; }
public TypeQL(Fragments fragments, params IQueryType[] queryTypes) { Fragments = fragments; QueryTypes = queryTypes; }