0.1.0 • Published 6 years ago

graphql-schema-prefixer v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

GraphQL-schema-tools: merge and stitch GraphQL.js schemas

This package extends and supplements graphql-tools, adding methods for prefixing schemas, merging and stitching them.

Example

import { prefixTypeDefs, prefixResolvers } from 'graphql-schema-tools'

const typeDefs = prefixTypeDefs('a_', '')
const resolvers = prefixResolvers('a_', {})

Contributions

Contributions, issues and feature requests are very welcome. If you found this package useful and fixed a bug or added a feature, please consider submitting a pull request!