-
I am tasked with using graphQL mesh for FHIR resources. I am following the example code at https://github.com/Urigo/graphql-mesh/tree/076813cbf0ec90dbb67514a2c0b5ebcfed13047b/examples/json-schema-fhir I started by deleting a few example graphql queries to pare down what is needed for my project. However Is it my lack of understanding FHIR ? or is it something else with my configuration ? forked repo here https://github.com/Vkodthiv/graphql-mesh and commit here |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Why did you remove those operations from the config? It breaks the project because as you can see the operations you removed are being used in additionalResolvers. You can delete example operation documents but you need to leave mesh configuration as-is |
Beta Was this translation helpful? Give feedback.
-
I am slightly confused between the two patterns available for FHIR. I assume "fhir" handler is only meant for FHIR servers and "jsonSchema" handler will work conveniently with non compliant FHIR servers (???) |
Beta Was this translation helpful? Give feedback.
-
@ardatan I am still trying to understand how graphQL schema works. Give me a few hours while i catch up on your earlier comment |
Beta Was this translation helpful? Give feedback.
I am slightly confused between the two patterns available for FHIR. I assume "fhir" handler is only meant for FHIR servers and "jsonSchema" handler will work conveniently with non compliant FHIR servers (???)