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