generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
13
wp-content/themes/ccat/app/composables/useSiteOptions.gql
Normal file
13
wp-content/themes/ccat/app/composables/useSiteOptions.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
fragment SiteOptions on Ccat {
|
||||
profiles {
|
||||
url
|
||||
}
|
||||
}
|
||||
|
||||
query siteOptions {
|
||||
siteOptions {
|
||||
ccat {
|
||||
...SiteOptions
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user