Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translation keys filter #934

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Fix translation keys filter #934

merged 2 commits into from
Jan 31, 2025

Conversation

fashxp
Copy link
Member

@fashxp fashxp commented Jan 30, 2025

fix queries like the following:

# Write your query or mutation here
{ getTranslationListing(first:10 domain:"admin" keys:"1960,1961") {
  edges { 
  node { 
  	key
    domain
    translations 
  }
  }
}
}

@fashxp fashxp added the Bug label Jan 30, 2025
@fashxp fashxp added this to the 1.9.2 milestone Jan 30, 2025
@kingjia90 kingjia90 merged commit 01ec55c into 1.9 Jan 31, 2025
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2025
@kingjia90 kingjia90 deleted the translation-keys branch January 31, 2025 12:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants