@vnodes/graphql
    Preparing search index...

    Interface GqlExceptionFilter<TInput, TOutput>

    Interface defining a GraphQL exception filter.

    interface GqlExceptionFilter<TInput = any, TOutput = any> {
        catch(exception: TInput, host: ArgumentsHost): TOutput;
    }

    Type Parameters

    • TInput = any
    • TOutput = any
    Index

    Methods

    Methods

    • Parameters

      • exception: TInput
      • host: ArgumentsHost

      Returns TOutput