18 lines
218 B
GraphQL
18 lines
218 B
GraphQL
fragment CurrentFooterSocialMedia on CurrentFooter {
|
|
social_media {
|
|
title
|
|
facebook {
|
|
href
|
|
title
|
|
}
|
|
instagram {
|
|
href
|
|
title
|
|
}
|
|
twitter {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
}
|