Skip to content

Commit

Permalink
Merge branch 'feature/graphql' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
amici-infotech committed Jan 8, 2025
2 parents b4f93dc + a22d354 commit c4c70d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/js/projects-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function performMagic(params)
},
cache: "force-cache",
body: JSON.stringify({
query: `query fetchJurisdictionsTrackingData($stage: [QueryArgument], $categories: [CategoryCriteriaInput]) {
query: `query fetchJurisdictionsTrackingData($stage: [QueryArgument], $categories: [CategoryRelationCriteriaInput]) {
entryCount(section: "jurisdictions", stage: $stage, relatedToCategories:$categories)
categoriesForStage: entries(section: "jurisdictions", stage: $stage) {
... on jurisdictions_Entry {
Expand Down
4 changes: 2 additions & 2 deletions web/assets/js/projects-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/js/projects-search.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/assets/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"/js/app.js": "/js/app.js?id=80b232a510fea07eead5e2bae2d85358",
"/js/glightbox.js": "/js/glightbox.js?id=0ea9a946662667ff6c2b77d631d2ac2e",
"/js/swiper.js": "/js/swiper.js?id=583c4aa948e5679584786cd80dbfb415",
"/js/projects-search.js": "/js/projects-search.js?id=6f1fcc19a19db58e5bca33411489ef67",
"/js/projects-search.js": "/js/projects-search.js?id=4448d74fd45336f3436d46f706599f10",
"/css/swiper.css": "/css/swiper.css?id=3a856382a3561fda29be952832926b6f",
"/css/glightbox.css": "/css/glightbox.css?id=03c8b5ff30b66e8cc509a3606a3ed8be",
"/css/app.css": "/css/app.css?id=82e921f0a5999a0555c1743c74b8b881"
Expand Down

0 comments on commit c4c70d7

Please sign in to comment.