Skip to content

feat: Created example to merge two JPA data sources into one GraphQL schema #79

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

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

igdianov
Copy link
Collaborator

@igdianov igdianov commented Feb 7, 2019

Fixes #57

@igdianov igdianov self-assigned this Feb 7, 2019
@codecov
Copy link

codecov bot commented Feb 7, 2019

Codecov Report

Merging #79 into master will decrease coverage by 2.34%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #79      +/-   ##
===========================================
- Coverage     62.75%   60.4%   -2.35%     
  Complexity      283     283              
===========================================
  Files            25      31       +6     
  Lines          1748    1816      +68     
  Branches        282     282              
===========================================
  Hits           1097    1097              
- Misses          525     593      +68     
  Partials        126     126
Impacted Files Coverage Δ Complexity Δ
...s/graphql/jpa/query/example/starwars/CodeList.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/example/starwars/Droid.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/example/starwars/Human.java 0% <ø> (ø) 0 <0> (?)
.../graphql/jpa/query/example/starwars/Character.java 0% <ø> (ø) 0 <0> (?)
...es/graphql/jpa/query/example/starwars/Episode.java 0% <ø> (ø) 0 <0> (?)
...ntures/graphql/jpa/query/example/books/Author.java 0% <0%> (ø) 0 <0> (?)
...ventures/graphql/jpa/query/example/books/Book.java 0% <0%> (ø) 0 <0> (?)
...entures/graphql/jpa/query/example/books/Genre.java 0% <0%> (ø) 0 <0> (?)
.../query/example/books/BooksSchemaConfiguration.java 0% <0%> (ø) 0 <0> (?)
.../example/starwars/StarwarsSchemaConfiguration.java 0% <0%> (ø) 0 <0> (?)
... and 7 more

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 ca18221...58250b9. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 7, 2019

Codecov Report

Merging #79 into master will decrease coverage by 2.34%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #79      +/-   ##
===========================================
- Coverage     62.75%   60.4%   -2.35%     
  Complexity      283     283              
===========================================
  Files            25      31       +6     
  Lines          1748    1816      +68     
  Branches        282     282              
===========================================
  Hits           1097    1097              
- Misses          525     593      +68     
  Partials        126     126
Impacted Files Coverage Δ Complexity Δ
...s/graphql/jpa/query/example/starwars/CodeList.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/example/starwars/Droid.java 0% <ø> (ø) 0 <0> (?)
...ures/graphql/jpa/query/example/starwars/Human.java 0% <ø> (ø) 0 <0> (?)
.../graphql/jpa/query/example/starwars/Character.java 0% <ø> (ø) 0 <0> (?)
...es/graphql/jpa/query/example/starwars/Episode.java 0% <ø> (ø) 0 <0> (?)
...ntures/graphql/jpa/query/example/books/Author.java 0% <0%> (ø) 0 <0> (?)
...ventures/graphql/jpa/query/example/books/Book.java 0% <0%> (ø) 0 <0> (?)
...entures/graphql/jpa/query/example/books/Genre.java 0% <0%> (ø) 0 <0> (?)
.../query/example/books/BooksSchemaConfiguration.java 0% <0%> (ø) 0 <0> (?)
.../example/starwars/StarwarsSchemaConfiguration.java 0% <0%> (ø) 0 <0> (?)
... and 7 more

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 ca18221...58250b9. Read the comment docs.

@igdianov igdianov changed the title feat: Created example to merge two JPA data sources into one schema feat: Created example to merge two JPA data sources into one GraphQL schema Feb 7, 2019
@igdianov igdianov merged commit 12caf3a into master Feb 7, 2019
@igdianov igdianov deleted the igdianov-example-merge branch February 7, 2019 12:00
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