@vnodes/graphql
Preparing search index...
GqlExceptionFilter
Interface GqlExceptionFilter<TInput, TOutput>
Interface defining a GraphQL exception filter.
Public Api
interface
GqlExceptionFilter
<
TInput
=
any
,
TOutput
=
any
>
{
catch
(
exception
:
TInput
,
host
:
ArgumentsHost
)
:
TOutput
;
}
Type Parameters
TInput
=
any
TOutput
=
any
Index
Methods
catch
Methods
catch
catch
(
exception
:
TInput
,
host
:
ArgumentsHost
)
:
TOutput
Parameters
exception
:
TInput
host
:
ArgumentsHost
Returns
TOutput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
catch
@vnodes/graphql
Loading...
Interface defining a GraphQL exception filter.
Public Api