Skip to content

Commit

Permalink
Clarify revisit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma committed Oct 11, 2023
1 parent f3de5ec commit 7cc1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { GraphQLSchema } = require('graphql')
const { createRootResolvers, registerAliasFieldResolvers } = require('../resolvers')
const { printSchema } = require('graphql')

// REVISIT: remove with cds^8
// REVISIT: remove class with cds^8
class SchemaGenerator {
generate(services) {
this._schema = generateSchema4(services)
Expand Down

0 comments on commit 7cc1d7c

Please sign in to comment.