Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Initial support for union types #397

Merged
merged 21 commits into from
Feb 29, 2020
Merged

Initial support for union types #397

merged 21 commits into from
Feb 29, 2020

Conversation

michaeldgraham
Copy link
Collaborator

This PR contains initial support for union types.

@codecov-io
Copy link

codecov-io commented Feb 27, 2020

Codecov Report

Merging #397 into master will increase coverage by 0.33%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
+ Coverage   96.49%   96.83%   +0.33%     
==========================================
  Files          24       24              
  Lines        3027     3160     +133     
==========================================
+ Hits         2921     3060     +139     
+ Misses        106      100       -6
Impacted Files Coverage Δ
src/augment/input-values.js 100% <ø> (ø) ⬆️
src/utils.js 94.74% <100%> (ø) ⬆️
src/augment/resolvers.js 92.3% <100%> (ø) ⬆️
src/selections.js 99.64% <100%> (+3.4%) ⬆️
src/augment/types/node/query.js 100% <100%> (ø) ⬆️
src/augment/types/node/node.js 100% <100%> (ø) ⬆️
src/augment/types/types.js 100% <100%> (ø) ⬆️
src/translate.js 98.82% <100%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b370f69...acf2b10. Read the comment docs.

@johnymontana johnymontana merged commit cc64bea into neo4j-graphql:master Feb 29, 2020
@benjamin-rood
Copy link

When you say "initial support for unions", can you explain what that entails, specifically?

@michaeldgraham
Copy link
Collaborator Author

Yeah - we are currently working on updating the corresponding documentation :)

https://grandstack.io/docs/graphql-interface-union-types.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants