Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/GraphQL-Import/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const commentsSchema = `
}`

const postsSchema = `
# import * from 'comments.graphql'
# import * from 'commentsSchema'

type Post {
comments: [Comment]
Expand All @@ -205,7 +205,7 @@ const postsSchema = `
}`

const appSchema = `
# import Post from "posts"
# import Post from "postsSchema"

type App {
# test 1
Expand Down