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