Commit 4ffca528 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: get warehouse data in getStoreProducts query

parent a298283d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -72,5 +72,10 @@ export const GET_STORED_PRODUCT: TypedDocumentNode = gql`
			deliveryTimeMin
			deliveryTimeMax
		}
		warehouse(id: $storeId) {
			name
			logo
			id
		}
	}
`;