alvis / gatsby-source-notion

A Gatsby source plugin for content management with Notion using the official API.
MIT License
56 stars 6 forks source link

Missing Database Description from Upstream #7

Open tansongchen opened 2 years ago

tansongchen commented 2 years ago

I just noticed that we cannot retrieve the database description (defined here) from GraphQL

image

I took a look at the source code, and found that the NotionAPIDatabase interface you extracted didn't have this field. Should we report a bug to the upstream @notionhq/client?

alvis commented 2 years ago

Hi. Yes it's an upstream problem which has been reported on their side https://github.com/makenotion/notion-sdk-js/issues/299

Based on their release frequency, I guess the new release should be around & hopefully they'll get this fixed.