graphql-orchestrator-java icon indicating copy to clipboard operation
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

Results 15 graphql-orchestrator-java issues
Sort by recently updated
recently updated
newest added

**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" +...

bug

**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...

enhancement

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...

dependencies

**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...

enhancement
good first issue
hacktoberfest
NeedsContext
hacktoberfest2023

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:...

enhancement

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...

enhancement
hacktoberfest
hacktoberfest2023

This is just to upgrade graphql-java to 20.4. * Adjust breaking code changes if any * The test should be passing.

good first issue
hacktoberfest

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement
hacktoberfest
NeedsContext
hacktoberfest2023

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...

enhancement
good first issue
hacktoberfest
hacktoberfest2023

This will need admin access to run GitHub actions.

enhancement
good first issue
hacktoberfest
hacktoberfest2023