We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f8d9a commit e4eee81Copy full SHA for e4eee81
updateProject.mjs
@@ -112,7 +112,10 @@ async function updateProjects() {
112
headers: { "Content-Type": "application/json" },
113
body: JSON.stringify({
114
query: `query getCurrentProjects {
115
- foss_projects(filter: {project_type: { _eq: "current" }}) {
+ foss_projects(filter: { _and: [
116
+ { project_type: { _eq: "current" }},
117
+ { status: { _eq: "published" }}
118
+ ]}) {
119
id,
120
title,
121
short_description,
0 commit comments