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

feat: Don't force async if connection resolvers are sync #707

Merged
merged 6 commits into from
Dec 7, 2020

Conversation

tgriesser
Copy link
Member

Uses completeValue internally in the connection plugin, to avoid adding the overhead of a Promise / async function call unless it's needed.

@codecov
Copy link

codecov bot commented Dec 6, 2020

Codecov Report

Merging #707 (ae1378e) into develop (9d0f4f4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #707   +/-   ##
========================================
  Coverage    93.61%   93.62%           
========================================
  Files           46       46           
  Lines         2898     2900    +2     
  Branches       679      679           
========================================
+ Hits          2713     2715    +2     
  Misses         183      183           
  Partials         2        2           

@tgriesser tgriesser merged commit 0cff220 into develop Dec 7, 2020
@tgriesser tgriesser deleted the tgriesser/feat/connection-cleanup-async branch December 7, 2020 00:23
tgriesser added a commit that referenced this pull request Dec 7, 2020
* develop:
  feat: Don't force async if connection resolvers are sync (#707)
  feat: add .asArg for enum, fix default typings (#708)
  chore: Prettier on the codebase for JSDoc formatting (#706)
  docs: cover extendType with jsdocs
  chore(docs): fix nullability yaml frontmatter
  chore(docs): own guide for nullability
  docs: cover objectType with jsdocs (#703)
  chore(docs): fix typo
  chore(docs): fix typo
  chore(docs): fix many things in the tutorial
  chore(docs): fix common to install test deps in tutorial
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.

1 participant