Supabase.Client.Global (supabase_potion v0.5.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

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

Functions

Link to this function

changeset(schema, params)