Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[schema] Allow changing field type on third-party type #11970

Merged

Conversation

stefanprobst
Copy link
Contributor

This is for #11480

We currently only allow specifying an explicit field type with the createTypes action, but not changing the field type with createResolvers API. This makes sense. But for third-party types, we should allow overriding the field type in createResolvers, because we cannot use createTypes there.

@stefanprobst stefanprobst requested a review from a team as a code owner February 21, 2019 17:45
@freiksenet freiksenet merged commit 4dfc057 into gatsbyjs:schema-refactor-new Feb 27, 2019
@stefanprobst stefanprobst deleted the third-party-types branch July 8, 2019 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants