From 74aa9eec15b6cdecc47b1aa15ee49ffa4a328d1d Mon Sep 17 00:00:00 2001 From: lero62 Date: Wed, 4 Dec 2024 16:05:53 +0200 Subject: [PATCH] add new social for event --- schema.graphql | 1 + src/fetch-brand.js | 1 + 2 files changed, 2 insertions(+) diff --git a/schema.graphql b/schema.graphql index 09b09c6..9268ba8 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1873,6 +1873,7 @@ type ConferenceBrand implements Node { instagramUrl: String tiktokUrl: String linkedinUrl: String + blueskyUrl: String mediumUrl: String youtubeUrl: String codeOfConductIntro: String diff --git a/src/fetch-brand.js b/src/fetch-brand.js index 667ff3f..f6ef02f 100644 --- a/src/fetch-brand.js +++ b/src/fetch-brand.js @@ -15,6 +15,7 @@ const queryPages = /* GraphQL */ ` instagramUrl tiktokUrl linkedinUrl + blueskyUrl mastodonUrl mediumUrl youtubeUrl