FSharp.Data.GraphQL icon indicating copy to clipboard operation
FSharp.Data.GraphQL copied to clipboard

Schema stitching support

Open Rajivhost opened this issue 7 years ago • 2 comments

Hi, How about schema stitching support like for example Apollo server/tools does.

https://www.apollographql.com/docs/graphql-tools/schema-stitching.html

https://github.com/hasura/schema-stitching-examples/blob/master/multiple-remote-graphql-apis/index.js

Interesting if we want to make a GraphQL Gateway, I mean something like this:

image

Rajivhost avatar Oct 27 '18 17:10 Rajivhost

I did not give a complete though on this yet, but If we do this, I think we should achieve it by a middleware. This feature sounds nice, but I don't think it will we good as a core component - sounds more like an extension for the schema handling.

ivelten avatar Nov 21 '18 19:11 ivelten

I agree, this can be provided as middleware (why not in the FSharp.Data.GraphQL.Server.Middlewares.AspNetCore project or in an other project name?).

Rajivhost avatar Nov 21 '18 20:11 Rajivhost