diff --git a/react-api-client/src/runs/useAllRunsQuery.ts b/react-api-client/src/runs/useAllRunsQuery.ts index 96a2a1ae456..b02c032928a 100644 --- a/react-api-client/src/runs/useAllRunsQuery.ts +++ b/react-api-client/src/runs/useAllRunsQuery.ts @@ -13,6 +13,10 @@ export type UseAllRunsQueryOptions = UseQueryOptions< Array > +/** + * @property {HostConfig | null | undefined} hostOverride: + * When using all runs query outside of the host context provider, we must specify the host manually. + */ export function useAllRunsQuery( params: GetRunsParams = {}, options: UseAllRunsQueryOptions = {},