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

examples: adds simple example for concurrent-resolvers #394

Merged
merged 3 commits into from Sep 11, 2018

Conversation

chris-ramon
Copy link
Member

@chris-ramon chris-ramon commented Sep 11, 2018

Overview

Test plan

  • Manual test:
(graphql)-> go run examples/concurrent-resolvers/main.go | jq
{
  "data": {
    "concurrentFieldBar": {
      "name": "Bar's name"
    },
    "concurrentFieldFoo": {
      "name": "Foo's name"
    }
  }
}

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.629% when pulling bbe1508 on examples-concurrent-fields into cd6ef8d on master.

@chris-ramon chris-ramon merged commit 65dbc73 into master Sep 11, 2018
@chris-ramon chris-ramon deleted the examples-concurrent-fields branch September 11, 2018 23:42
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.

parallelize resolvers
2 participants