Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppSyncResolverEvent<T>

Type parameters

  • T

    type of the arguments

Hierarchy

  • AppSyncResolverEvent

Index

Properties

arguments

arguments: T

Optional identity

info

info: { fieldName: string; parentTypeName: string; selectionSetGraphQL: string; selectionSetList: string[]; variables: {} }

Type declaration

  • fieldName: string
  • parentTypeName: string
  • selectionSetGraphQL: string
  • selectionSetList: string[]
  • variables: {}
    • [key: string]: any

prev

prev: { result: {} }

Type declaration

  • result: {}
    • [key: string]: any

request

request: { headers: AppSyncResolverEventHeaders }

Type declaration

source

source: {}

Type declaration

  • [key: string]: any

stash

stash: {}

Type declaration

  • [key: string]: any

Generated using TypeDoc