Function createAppSyncHandler

  • Creates an AppSync resolver handler from the given AppSyncHandler. Returns a function that can be used as an AppSync resolver.

    Type Parameters

    • T

    • R

    Parameters

    • handler: AppSyncHandler<T, R>

      The AppSyncHandler to use as the resolver.

    Returns AppSyncResolverHandler<T, R, null | Record<string, any>>

Generated using TypeDoc