drizzle-graphql-plus 0.8.6 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -545,10 +545,12 @@ export const generateTableTypes = <WithReturning extends boolean>(
545
545
  selectArrOutput,
546
546
  singleTableItemOutput: singleTableItemOutput!,
547
547
  arrTableItemOutput: arrTableItemOutput!,
548
+ tableFieldsInterface,
548
549
  }
549
550
  : {
550
551
  selectSingleOutput,
551
552
  selectArrOutput,
553
+ tableFieldsInterface,
552
554
  }
553
555
  ) as GeneratedTableTypesOutputs<WithReturning>;
554
556