**Describe the bug** using rpc like ``` const [key, initialData] = await fetchQueryInitialData( client .rpc('get_pos_initial_data') .throwOnError() ); ``` throws ` Query is not a PostgrestBuilder` using normal select query works **Expected behavior** Works as normal