gatsby-source-notion-churnotion 1.1.38 → 1.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -149,10 +149,6 @@ const createSchemaCustomization = ({ actions, schema }) => {
149
149
  url: String!
150
150
  }
151
151
 
152
- type Fields {
153
- childrenChurnotion: [${constants_1.NODE_TYPE.Post}] @link(by: "id")
154
- }
155
-
156
152
  type ${constants_1.NODE_TYPE.Metadata} implements Node {
157
153
  id: ID!,
158
154
  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.1.38",
4
+ "version": "1.1.39",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",