😍Sử dụng Advanced Custom Fields trong Graphql



Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
query GET_POSTS_AND_CATEGORIES {
posts {
nodes {
id
title
acf {
acf
fieldGroupName
}
}
}
categories {
nodes {
id
name
}
}
}