diff --git a/packages/source-ghost/ghost-schema.js b/packages/source-ghost/ghost-schema.js index 94ffe451d..4b670f5fe 100644 --- a/packages/source-ghost/ghost-schema.js +++ b/packages/source-ghost/ghost-schema.js @@ -98,6 +98,7 @@ const GhostPage = ({ page, author, tag }) => `type ${page} implements Node { authors: [${author}] tags: [${tag}] ghostId: String + visibility: String }` module.exports = {