gatsby-source-notion-churnotion 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ const createSchemaCustomization = ({ actions }) => {
66
66
  }
67
67
 
68
68
  type ${constants_1.NODE_TYPE.RelatedPost} implements Node {
69
- posts: [${constants_1.NODE_TYPE.Post}] @link(by: "id", from: "posts")
69
+ posts: [${constants_1.NODE_TYPE.RelatedPost}]
70
70
  }
71
71
  `);
72
72
  };
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.1.3",
4
+ "version": "1.1.4",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",