core.getquerystring
Home > @medplum/core > getQueryString
getQueryString() function
Converts the given query to a string.
Signature:
export declare function getQueryString(query: QueryTypes): string;
Parameters
Parameter  | Type  | Description  | 
|---|---|---|
query  | The query to convert. The type can be any member of   | 
Returns:
string
The query as a string.