We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3df7788 + 7b25633 commit 91e4587Copy full SHA for 91e4587
src/__tests__/starWarsSchema.js
@@ -256,7 +256,7 @@ var queryType = new GraphQLObjectType({
256
257
/**
258
* Finally, we construct our schema (whose starting query type is the query
259
- * type we defined above, and export it.
+ * type we defined above) and export it.
260
*/
261
export var StarWarsSchema = new GraphQLSchema({
262
query: queryType
0 commit comments