@@ -31,7 +31,6 @@ const consentRecordFragment = graphql`
|
|||||||
visitorId
|
visitorId
|
||||||
action
|
action
|
||||||
cookieBannerVersion {
|
cookieBannerVersion {
|
||||||
id
|
|
||||||
version
|
version
|
||||||
}
|
}
|
||||||
ipAddress
|
ipAddress
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ import { graphql } from "relay-runtime";
|
|||||||
import type { CookieBannerDisplayPageQuery } from "#/__generated__/core/CookieBannerDisplayPageQuery.graphql";
|
import type { CookieBannerDisplayPageQuery } from "#/__generated__/core/CookieBannerDisplayPageQuery.graphql";
|
||||||
|
|
||||||
import { CategoryList } from "../_components/CategoryList";
|
import { CategoryList } from "../_components/CategoryList";
|
||||||
|
|
||||||
import { ThemePreview } from "./_components/ThemePreview";
|
import { ThemePreview } from "./_components/ThemePreview";
|
||||||
|
|
||||||
export const cookieBannerDisplayPageQuery = graphql`
|
export const cookieBannerDisplayPageQuery = graphql`
|
||||||
|
|||||||
Reference in New Issue
Block a user