Schema customization - Support for multiple source in gatsby #29661
Unanswered
sonapraneeth-a
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've defined types and interfaces in one gatsby-package
source-core
[1] and in other packagesource-mdx
[2], I'm populating the content for the schema defined insource-core
[1]
[2]
Repo: https://github.com/sonapraneeth-a/multiple-source-gatsby
Instructions for reproduction to see the attached error:
cd
to the repositoryyarn install
yarn workspace demo-all develop
Question:
My main aim is to define interfaces and types in one package and in other source packages (like mdx based, contentful based etc.,), I want to resolve values for the types defined in the first package. I'm using schema customization.
Beta Was this translation helpful? Give feedback.
All reactions