From 8facdbf3bb6d110decccaaa5c64174c9d1b5a0e8 Mon Sep 17 00:00:00 2001 From: Brian Miller Date: Fri, 9 Jun 2023 12:33:43 -0500 Subject: [PATCH] Add externalId to nativeX story fragment add the externalId to the nativeX fragment. this will be the baseId and will be able to be prorabatically link to somethin link /${externalId} --- .../marko-web-theme-monorail/graphql/fragments/native-x-story.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/marko-web-theme-monorail/graphql/fragments/native-x-story.js b/packages/marko-web-theme-monorail/graphql/fragments/native-x-story.js index 1d44d10a0..fa8952f8e 100644 --- a/packages/marko-web-theme-monorail/graphql/fragments/native-x-story.js +++ b/packages/marko-web-theme-monorail/graphql/fragments/native-x-story.js @@ -18,6 +18,7 @@ module.exports = gql` advertiser { id name + externalId logo { ...NativeXImageFragment }