graphql-java-tools
graphql-java-tools copied to clipboard
Support for Schema Stitching
Are there plans for adding Schema Stitching feature?
More:
- concept: https://www.apollographql.com/docs/graphql-tools/schema-stitching.html
- feature 3 listed here: https://github.com/apollographql/graphql-tools
I would love to include this, but don't have the time to do it myself :(
I would love to include this, but don't have the time to do it myself :(
Would you mind sharing some help on the direction of changes with us to work on it?
I'm trying to make a dynamically created schema to merge with the spring-boot statically created schema, where the static schema could return objects from the dynamic schema (using Map<String, Object>).
Are this possible? How to internally wire the dynamic schema to the static parser and then make a single executable schema?
I would like a federation gateway in java, can I get guidance to do it? as far as i have seen the gateway somehow uses the directives in subschema to link the types. Can someone guide me to create gateway? Or is the work is in progress?
i think schema stitching has a library - https://bitbucket.org/atlassian/graphql-braid/src/master/