graphql-orchestrator-java
graphql-orchestrator-java copied to clipboard
GraphQL Orchestrator stitches the schemas from multiple micro-services and orchestrates the graphql queries to these services accurately at runtime
**Describe the bug** When I use orchestrator and merge two subgraphs with Apollo Federation Directives as given below , ``` String inventorySchema = "type Product @key(fields: \"upc\") @extends {\n" +...
**Is your feature request related to a problem? Please describe.** I have a requirement for a stitching library that also supports subscriptions. **Describe the solution you'd like** I would like...
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.5.0 to 2.9.0. Release notes Sourced from com.jayway.jsonpath:json-path's releases. json-path-2.9.0 What's Changed Fix for CVE-2023-51074. update dependencies by @SingingBush in json-path/JsonPath#965 JPMS: define Automatic-Module-Name as json.path by...
**Is your feature request related to a problem? Please describe.** No, just an enhancement on validation **Describe the solution you'd like** I'm thinking this should be done on pre-merge. A...
Design an integration test framework that works off of a yaml Sample yaml ``` id: "testId" description: "some description" subgraphs: - namespace: schema: - namespace: schema: queries: - incomingQuery: outgoingQueries:...
The core GraphQL specification includes the following directives: - `@include(if: Boolean)` Only include this field in the result if the argument is true. - `@skip(if: Boolean)` Skip this field if...
This is just to upgrade graphql-java to 20.4. * Adjust breaking code changes if any * The test should be passing.
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
With the migration to groovy style tests, we do not need the test service classes in test/java. The services are in the following package https://github.com/graph-quilt/graphql-orchestrator-java/tree/master/src/test/java/com/intuit/graphql/orchestrator An example would be BookService...
This will need admin access to run GitHub actions.