Skip to content

Commit

Permalink
add filter profile:A_1 in filter careerPeople
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Oct 10, 2023
1 parent 4248745 commit dadecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/pages/api/team/getCareerPeople.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function getCareerPeople(team) {
data: {
query: `
query {
allAccount (careers_Team: "${team}"){
allAccount (careers_Team: "${team}", profile: A_1){
edges {
node {
firstName
Expand Down

0 comments on commit dadecf4

Please sign in to comment.