Supabase.Client.Global (supabase_potion v0.6.1)

Global configuration schema. This schema is used to configure the global options. This schema is embedded in the Supabase.Client schema.

Fields

  • :headers - The default headers to use in any Supabase request. Defaults to %{}.

Summary

Types

params()

@type params() :: %{headers: map()}

t()

@type t() :: %Supabase.Client.Global{headers: map()}

Functions

changeset(schema, params)

@spec changeset(t(), map()) :: Ecto.Changeset.t()