Properties
Protected allowEmpty
allowEmpty: boolean
Protected Optional body
body: Partial<T> | Partial<T>[]
Protected headers
headers: {}
Protected method
method: "GET" | "HEAD" | "POST" | "PATCH" | "DELETE"
Protected Optional schema
schema: undefined | string
Protected shouldThrowOnError
shouldThrowOnError: boolean
Protected Optional signal
signal: AbortSignal
If there's an error with the query, throwOnError will reject the promise by throwing the error instead of returning it as part of a successful response.
https://github.com/supabase/supabase-js/issues/92