• Parameters

    • ctx: GenericMutationCtx<any>
    • args: {
          document: any;
          index: string;
          key: string;
          keyField: string;
          table: string;
      }
      • document: any
      • index: string
      • key: string
      • keyField: string
      • table: string

    Returns Promise<void>

Generated using TypeDoc