AEB-labs / graphql-weaver

A tool to combine, link and transform GraphQL schemas
MIT License
240 stars 20 forks source link

Create a schema from already weaved schemas #29

Closed pso-aeb closed 6 years ago

pso-aeb commented 6 years ago

In my local server I want to create a schema that is a merge of:

See https://github.com/AEB-labs/graphql-weaver/blob/weave-a-weaved-schema/spec/regression/data/merge_weaved_schema.config.ts

This runs into an error:

Failed: Schema must contain unique named types but contains multiple types named "_FieldJoin".

(on my local server the error was on _ExtendedIntrospection, but probably the same problem?)