prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
665 stars 63 forks source link

Introspect the multiple gql api #48

Open mununki opened 4 years ago

mununki commented 4 years ago

Hi,

Is there any way to introspect the multiple gql api into one graphql_schema.json? or merge two graphql_schema.json into one after introspect separately?

renanmav commented 3 years ago

Maybe this? https://www.contentful.com/blog/2019/01/30/combining-apis-graphql-schema-stitching-part-2/