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

GraphQL Introspection Support #3348

Merged
merged 23 commits into from
Feb 22, 2022
Merged

GraphQL Introspection Support #3348

merged 23 commits into from
Feb 22, 2022

Conversation

jamesagnew
Copy link
Collaborator

This is an experimental branch to track GraphQL introspection support.

This should not be merged until post 5.7.0

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #3348 (468911b) into master (1e2e177) will increase coverage by 0.04%.
The diff coverage is 91.48%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3348      +/-   ##
============================================
+ Coverage     82.96%   83.00%   +0.04%     
- Complexity    20680    20718      +38     
============================================
  Files          1392     1394       +2     
  Lines         74268    74394     +126     
  Branches      11138    11152      +14     
============================================
+ Hits          61615    61751     +136     
+ Misses         8367     8354      -13     
- Partials       4286     4289       +3     
Impacted Files Coverage Δ
...-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java 100.00% <ø> (ø)
.../java/ca/uhn/fhir/jpa/graphql/GraphQLProvider.java 79.68% <78.57%> (+0.65%) ⬆️
.../jpa/graphql/GraphQLProviderWithIntrospection.java 91.96% <91.96%> (ø)
...rc/main/java/ca/uhn/fhir/util/MessageSupplier.java 100.00% <100.00%> (ø)
...ase/src/main/java/ca/uhn/fhir/util/StringUtil.java 84.37% <100.00%> (+2.89%) ⬆️
...a/ca/uhn/fhir/jpa/config/dstu3/JpaDstu3Config.java 100.00% <100.00%> (ø)
...in/java/ca/uhn/fhir/jpa/config/r4/JpaR4Config.java 100.00% <100.00%> (ø)
...in/java/ca/uhn/fhir/jpa/config/r5/JpaR5Config.java 100.00% <100.00%> (ø)
...jpa/dao/JpaPersistedResourceValidationSupport.java 83.73% <100.00%> (+0.26%) ⬆️
...main/java/ca/uhn/fhir/jpa/dao/BaseHapiFhirDao.java 88.85% <0.00%> (+0.46%) ⬆️
... and 4 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 1e2e177...468911b. Read the comment docs.

@jamesagnew jamesagnew merged commit cc44dee into master Feb 22, 2022
@jamesagnew jamesagnew deleted the ja_20220110_graphql_schema branch February 22, 2022 14:48
michaelabuckley added a commit that referenced this pull request Feb 22, 2022
…oken-search-index

* commit 'fcada390442ee3ada2245f49d62c08cde5212cd7':
  add online deferred invalidation keyword for oracle (#3409)
  GraphQL Introspection Support (#3348)
  Fix parameter count limitation on MSSQL/Oracle large transactions (#3075)
  3400 bulk export rules incorrectly applied to group and patient exports (#3403)
  Use integers for date ordinals (#3346)
  Add license files
  Rel 5 7 mergeback (#3401)
  encode narratives of contained resources (#3402)
  remove hapi jpa spring config hierarchy (#3390)

# Conflicts:
#	hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/r4/FhirResourceDaoR4LuceneDisabledStandardQueries.java
@QuantumSolver
Copy link

Hi @jamesagnew , sorry noob question. how can i test this ?

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.

2 participants