refactor: 关于我们页的API重构
Some checks failed
deploy to server / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-11-11 17:01:18 +08:00
parent ac9e7b4436
commit 8213eec217
3 changed files with 18 additions and 20 deletions

View File

@ -0,0 +1,9 @@
query GetCompanyProfile($locale: String!) {
company_profile {
id
translations(filter: { languages_code: { code: { _eq: $locale } } }) {
id
content
}
}
}