gatsby-source-notion-churnotion 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ const createSchemaCustomization = ({ actions }) => {
|
|
7
7
|
createTypes(`
|
8
8
|
type ${constants_1.NODE_TYPE.Post} implements Node {
|
9
9
|
id: ID!
|
10
|
-
category: ${constants_1.NODE_TYPE.Category}! @link(by: "id", "category")
|
10
|
+
category: ${constants_1.NODE_TYPE.Category}! @link(by: "id", from: "category")
|
11
11
|
tags: ${constants_1.NODE_TYPE.Tag} @link(by: "id")
|
12
12
|
book_id: ${constants_1.NODE_TYPE.Book} @link(by: "id")
|
13
13
|
title: String
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "gatsby-source-notion-churnotion",
|
3
3
|
"description": "Gatsby plugin that can connect with One Notion Database RECURSIVELY using official API",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.5",
|
5
5
|
"skipLibCheck": true,
|
6
6
|
"license": "0BSD",
|
7
7
|
"main": "./dist/gatsby-node.js",
|