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

Enhance the basics of resolving fields #690

Merged
merged 4 commits into from
Mar 31, 2019
Merged

Enhance the basics of resolving fields #690

merged 4 commits into from
Mar 31, 2019

Conversation

spawnia
Copy link
Collaborator

@spawnia spawnia commented Mar 28, 2019

  • Added Docs for all relevant versions

Resolves #590

It is now possible to swap out the default resolver for:

  • queries and mutations
  • subscriptions
  • non-root fields

Many people come into Slack and do not understand the basics of how to resolve fields.

I tried to put that in a more prominent position in the docs and hopefully make it easier to spot for newcomers.

Breaking Changes

Nope, behaviour is the same.

@spawnia spawnia added the docs Concerns the documentation label Mar 28, 2019
@spawnia spawnia changed the title Enhance the docs around the basics of resolving fields Enhance the basics of resolving fields Mar 28, 2019
@spawnia spawnia added the enhancement A feature or improvement label Mar 28, 2019
@chrissm79
Copy link
Contributor

Nice work on this one @spawnia 👍

@chrissm79 chrissm79 merged commit 3266644 into nuwave:master Mar 31, 2019
@spawnia spawnia deleted the field-resolvers-docs branch April 18, 2019 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Concerns the documentation enhancement A feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How can I use a custom default resolver?
2 participants