Add footer to website
This commit is contained in:
50
astro/src/graphql/footer/getFooter.graphql
Normal file
50
astro/src/graphql/footer/getFooter.graphql
Normal file
@@ -0,0 +1,50 @@
|
||||
query getFooter {
|
||||
Footer {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
title,
|
||||
logo {
|
||||
id,
|
||||
created_on,
|
||||
filename_disk,
|
||||
width,
|
||||
height
|
||||
},
|
||||
copyright,
|
||||
columns {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
title,
|
||||
links {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
text,
|
||||
url
|
||||
}
|
||||
},
|
||||
socials {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
name,
|
||||
url,
|
||||
icon {
|
||||
id,
|
||||
created_on,
|
||||
filename_disk,
|
||||
width,
|
||||
height
|
||||
}
|
||||
},
|
||||
secondary_links {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
text,
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user