Open ehmicky opened 4 years ago
To help resolve some of the conflicting types, I would recommend checking out these two sections in the docs: https://github.com/jbolda/gatsby-source-airtable#using-markdown-and-attachments https://github.com/jbolda/gatsby-source-airtable#naming-conflicts
We more recently added the separateNodeType
and separateMapType
which gives you tools to resolve the conflicting types. Effectively the node types are the same but the underlying data is not of the same type. Using these options, you can create new types.
When running
gatsby build
, either locally or in Netlify CI, the following warning is printed:This might be related to #81.