QueryMethod
Home > @gooddata/sdk-backend-spi > QueryMethod
QueryMethod type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Indicates which backend endpoint flavor the query should use.
Some catalog-style APIs expose both a straightforward GET endpoint and an enriched search-specific POST endpoint (typically /search) that adds advanced filtering or sorting semantics.
Signature:
export type QueryMethod = "GET" | "POST";