Closed jonathan-chin closed 2 years ago
turns out this is easy:
# Write your query or mutation here
{
page(id: 2){
data{
attributes{
seo{
title
description
}
}
}
}
}
I think the issue before was that the autofill did not show everything, and so you had to know that it was under the seo attribute.
need to be able to pull SEO stuff from pages when building out NextJS.
perhaps next step is to create some mock data and play / explore.