Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Add contentDigest for algoila
Browse files Browse the repository at this point in the history
  • Loading branch information
loidolt committed Jan 24, 2024
1 parent c010e3f commit 64f00ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/utils/algolia/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ const query = `{
}
}
handle
internal {
contentDigest
type
owner
}
}
}
allShopifyProduct {
Expand All @@ -28,6 +33,11 @@ const query = `{
}
}
handle
internal {
contentDigest
type
owner
}
}
}
allKnowledgebaseArticles {
Expand All @@ -43,6 +53,11 @@ const query = `{
}
}
handle
internal {
contentDigest
type
owner
}
}
}
allManualArticles {
Expand All @@ -58,6 +73,11 @@ const query = `{
}
}
handle
internal {
contentDigest
type
owner
}
}
}
}
Expand Down

0 comments on commit 64f00ca

Please sign in to comment.