Skip to content

Commit

Permalink
Propagate inputs shape to consolidated empty object #9810
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Aug 9, 2023
1 parent 8e0a3e5 commit 861d3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export abstract class NaturalAbstractModelService<
protected readonly deleteMutation: DocumentNode | null,
) {}

public getConsolidatedForClient(): Literal {
public getConsolidatedForClient(): (Vcreate['input'] | Vupdate['input']) & Literal {
return Object.assign(this.getDefaultForServer(), this.getDefaultForClient());
}

Expand Down

0 comments on commit 861d3ed

Please sign in to comment.