View Source Supabase.PostgREST.FilterBuilder (supabase_postgrest v0.1.2)

Summary

Types

@type t() :: %Supabase.PostgREST.FilterBuilder{
  body: binary(),
  client: Supabase.Client.t(),
  headers: map(),
  method: :get | :post | :put | :patch | :delete,
  params: map(),
  table: String.t()
}

Functions