import { gql } from "graphql-tag" export const AppDownloads = gql` fragment AppDownloads on Footer { app_downloads { title links { type href { href title } } } } `