Skip to content

Commit

Permalink
bumped package and expanded SubjectPage type
Browse files Browse the repository at this point in the history
  • Loading branch information
rauboti committed Oct 19, 2023
1 parent 4450218 commit e8ee8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ export const typeDefs = gql`
about: SubjectPageAbout
metaDescription: String
supportedLanguages: [String!]!
connectedTo: [String!]!
buildsOn: [String!]!
leadsTo: [String!]!
}
type FilmPageAbout {
Expand Down

0 comments on commit e8ee8d6

Please sign in to comment.