diff --git a/src/schema/blogSchema.js b/src/schema/blogSchema.js index d8fb52f9..0a3a5f4c 100644 --- a/src/schema/blogSchema.js +++ b/src/schema/blogSchema.js @@ -442,21 +442,42 @@ type StrapiBlogCategory implements Node { pageMetadata: StrapiBlogPagePageMetadata strapiId: Int title: String - actionCallBanner: StrapiBlogPageActionCallBanner + bannerHead: StrapiBlogPageBannerHead } - - type StrapiBlogPageActionCallBanner { + + type StrapiBlogPageBannerHead { id: Int title: String - link: StrapiBlogPageActionCallBannerLink - image: LocalFile - imageDarkMode: LocalFile + image: localFile } - type StrapiBlogPageActionCallBannerLink { + type StrapiBlogPageBannerHeadImage { id: Int name: String - pathTo: String + alternativeText: String + caption: String + width: Int + height: Int + formats: StrapiBlogPageBannerHeadImageFormats + hash: String + ext: String + mime: String + size: Float + url: String + provider: String + created_at( + formatString: String + fromNow: Boolean + difference: String + locale: String + ): Date + updated_at( + formatString: String + fromNow: Boolean + difference: String + locale: String + ): Date + localFile: File } type StrapiBlogPagePageMetadata {