0.18.2 • Published 5 years ago

graphql-codegen-core v0.18.2

Weekly downloads
86,710
License
MIT
Repository
github
Last release
5 years ago

graphql-codegen-core

This package is in charge of converting GraphQLSchema and GraphQL client-side operations (query/mutation/subscription/fragment) into a template consumable JSON structure.

The entry points of this package are:

  • schemaToTemplateContext - transforms GraphQLSchema into SchemaTemplateContext object.
  • transformDocument - transforms GraphQL DocumentNode (object that can contains multiple GraphQL operations and fragments) to Document.

The purpose of the transformation is to simplify the links and connections between the GraphQL entities, and to add template indicators (has..., is..., uses...) to the context.

Build process

The build process of this package is based on TypeScript and compiled with typescript compiler.

To build this package, start by installing the package dependencies:

   $ npm install
   // Or, with Yarn
   $ yarn

Then, you can use the existing NPM scripts to build the package:

    $ npm build
    // Or, with Yarn
    $ yarn build
0.18.2

5 years ago

0.18.1

5 years ago

0.18.1-alpha.16

5 years ago

0.18.1-alpha.6

5 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.16.1

5 years ago

0.16.0

5 years ago

0.15.2

5 years ago

0.15.1

5 years ago

0.15.0

5 years ago

0.14.5

5 years ago

0.14.4

5 years ago

0.14.3

5 years ago

0.14.2

5 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.6

6 years ago

0.12.5

6 years ago

0.12.4

6 years ago

0.12.3

6 years ago

0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.11.0-alpha.0

6 years ago

0.10.7

6 years ago

0.10.6

6 years ago

0.10.5

6 years ago

0.10.4

6 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.21

6 years ago

0.8.20

6 years ago

0.8.19

6 years ago

0.8.18

6 years ago

0.8.17

6 years ago

0.8.16

6 years ago

0.8.15

6 years ago

0.8.14

6 years ago

0.8.13

7 years ago

0.8.12

7 years ago

0.8.11

7 years ago

0.8.10

7 years ago

0.8.9

7 years ago

0.8.8

7 years ago

0.8.7

7 years ago

0.8.6

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago