graphql-java-tools icon indicating copy to clipboard operation
graphql-java-tools copied to clipboard

Support for Schema Stitching

Open mrrabbitte opened this issue 7 years ago • 4 comments

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

mrrabbitte avatar Apr 16 '18 12:04 mrrabbitte

I would love to include this, but don't have the time to do it myself :(

apottere avatar May 20 '18 00:05 apottere

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?

lveay2 avatar Apr 26 '19 15:04 lveay2

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?

asfernandes avatar May 02 '19 19:05 asfernandes

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/

SKM162 avatar Aug 08 '22 06:08 SKM162