Skip to content

Commit

Permalink
fix(navigation)!: required __typename in root category query
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removes `MagentoNavgiationGetRootCategoryIdResponse#__typename`
  • Loading branch information
griest024 committed Dec 3, 2024
1 parent cc221d2 commit 0f4abc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export interface MagentoNavgiationGetRootCategoryIdResponse {
__typename: string;
storeConfig: {
root_category_uid: string;
};
Expand Down

0 comments on commit 0f4abc9

Please sign in to comment.