diff --git a/content/GraphQL-Import/Overview.md b/content/GraphQL-Import/Overview.md index 3d0b54d..b5d8f65 100644 --- a/content/GraphQL-Import/Overview.md +++ b/content/GraphQL-Import/Overview.md @@ -195,7 +195,7 @@ const commentsSchema = ` }` const postsSchema = ` - # import * from 'comments.graphql' + # import * from 'commentsSchema' type Post { comments: [Comment] @@ -205,7 +205,7 @@ const postsSchema = ` }` const appSchema = ` - # import Post from "posts" + # import Post from "postsSchema" type App { # test 1