@graphql-modules/epoxy
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

This module glue together parts of GraphQL schemas, based on their AST representation.

It makes it easier and simpler to merge GraphQL Types, enums, unions and interfaces.

# a1.graphql
type A {
    f1: String
}

# a2.graphql
type A {
    f2: String
}

Will result:

type A {
    f1: String
    f2: String
}

Readme

Keywords

none

Package Sidebar

Install

npm i @graphql-modules/epoxy

Weekly Downloads

675

Version

0.4.0

License

MIT

Unpacked Size

46.7 kB

Total Files

48

Last publish

Collaborators

  • ardatan
  • dotansimha
  • kamilkisiela
  • urigo