AmazeeLabs / silverback-mono

Silverback Monorepo. Central hub for our open source packages and tooling.
https://silverback.netlify.app
8 stars 7 forks source link

fix: allow to pass schema strings createResolveConfig #1543

Closed pmelab closed 2 months ago

pmelab commented 2 months ago

Package(s) involved

@amazeelabs/graphql-directives

Description of changes

createResolveConfig now also accepts strings as input and parses the schema itself.

Motivation and context

To avoid "graphql realm" errors due to conflicting libraries.

How has this been tested?