Sorry, no results found for "".
The term for which we are seeking suggestions for emojis
"Blog post"
Returns a resource object of type emoji_suggestions
import { buildClient } from "@datocms/cma-client-node";
async function run() { const client = buildClient({ apiToken: process.env.DATOCMS_API_TOKEN });
const emojiSuggestions = await client.emojiSuggestions.find();
// Check the 'Returned output' tab for the result ☝️ console.log(emojiSuggestions);}
run();
{ id: "Blog post", emojis: [] }