feat(curriculum): add relational databases cert as upcoming change (#41658)

This commit is contained in:
Tom
2021-06-15 10:37:13 -05:00
committed by GitHub
parent ae0d34359a
commit 067761f2f6
30 changed files with 597 additions and 19 deletions

View File

@ -247,6 +247,7 @@ exports.createSchemaCustomization = ({ actions }) => {
const typeDefs = `
type ChallengeNode implements Node {
files: ChallengeFile
url: String
}
type ChallengeFile {
indexcss: FileContents