Skip to content

Commit

Permalink
feat: exclude teams
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Nov 21, 2024
1 parent 48047d4 commit 36d1001
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/utils/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,20 @@ const query = `{
posts(
distinct_on: team_slug,
order_by: {team_slug: asc, created_at: desc}
where: {team_slug: {_nin: ["fce", "transition-collective", "dora", "emjpm", "carnet-de-bord", "nos1000jours", "enfants-du-spectacle"]}}
where: {team_slug: {_nin: ["fce", "transition-collective", "dora", "emjpm", "carnet-de-bord", "nos1000jours", "enfants-du-spectacle", "appel-a-idees-fabrique-numerique",
"data-ia",
"devops-psn",
"evolution-plateforme",
"fabrique",
"plateforme",
"startup-bootstrap",
"carnets-standup",
"maison-de-l-autisme",
"mano",
"nata",
"ozensemble",
"tumeplay",
"vao"]}}
) {
id
mood
Expand Down

0 comments on commit 36d1001

Please sign in to comment.