Utils - DrupalfetchDrupalViewfetchDrupalView CallablefetchDrupalView(fetchViewProps: { args: FetchViewArgs; url: RequestInfo | URL }): Promise<{ meta: any; results: any[]; specs?: any }>Function for pulling Drupal View-Data-Result via API from Browser-Client, without SWR.ParametersfetchViewProps: { args: FetchViewArgs; url: RequestInfo | URL }Returns Promise<{ meta: any; results: any[]; specs?: any }>
Function for pulling Drupal View-Data-Result via API from Browser-Client, without SWR.