Footer to CMS

This commit is contained in:
Fede Álvarez
2022-06-28 16:38:13 +02:00
parent fd3783188c
commit c884171a5c
17 changed files with 250 additions and 104 deletions
+14
View File
@@ -0,0 +1,14 @@
const FooterQuery = {
query: `
{
footer {
aboutLinks
communityLinks
connectLinks
developerLinks
productsLinks
}
}`
}
export { FooterQuery }