LoadQuery returns the Flux query q, except for two special cases:
if q is exactly "-", the query will be read from stdin;
and if the first character of q is "@",
the @ prefix is removed and the contents of the file specified by the rest of q are returned.