Skip to content

Commit

Permalink
refactor(core): Make custom field inverseSide optional
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 5, 2023
1 parent 3e67837 commit cd093ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export type RelationCustomFieldConfig = TypedCustomFieldConfig<
entity: Type<VendureEntity>;
graphQLType?: string;
eager?: boolean;
inverseSide: string | ((object: VendureEntity) => any);
inverseSide?: string | ((object: VendureEntity) => any);
};

/**
Expand Down

0 comments on commit cd093ae

Please sign in to comment.