add contacts to icon hepler
This commit is contained in:
16
src/graphql-documents/site-config.gql.ts
Normal file
16
src/graphql-documents/site-config.gql.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import gql from 'graphql-tag'
|
||||
|
||||
export const siteConfigDocument = gql`
|
||||
query SiteConfigQuery {
|
||||
siteConfig {
|
||||
title
|
||||
description
|
||||
contacts {
|
||||
id
|
||||
type
|
||||
value
|
||||
displayValue
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user