From e8ee8d611b8e249a285185aa0ecdfaa1894b68ec Mon Sep 17 00:00:00 2001 From: Gaute Rauboti Date: Thu, 19 Oct 2023 10:06:59 +0200 Subject: [PATCH] bumped package and expanded SubjectPage type --- package.json | 2 +- src/schema.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eec55351..4bcc33e5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@graphql-codegen/typescript-operations": "^2.5.6", "@graphql-codegen/typescript-resolvers": "^2.7.6", "@graphql-eslint/eslint-plugin": "^3.12.0", - "@ndla/types-backend": "^0.2.21", + "@ndla/types-backend": "^0.2.23", "@ndla/types-embed": "^4.0.0", "@ndla/types-taxonomy": "^1.0.18", "@types/bunyan": "^1.8.5", diff --git a/src/schema.ts b/src/schema.ts index 913ec8da..fa8b0607 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -601,6 +601,9 @@ export const typeDefs = gql` about: SubjectPageAbout metaDescription: String supportedLanguages: [String!]! + connectedTo: [String!]! + buildsOn: [String!]! + leadsTo: [String!]! } type FilmPageAbout {