Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (15 loc) · 1.13 KB

Rescript Graphql Codegen

This monorepo contains packages for a few purposes, in varying states of completion:

Usage

See the (very rough) documentation.

Status

Mostly done

  • lib: contains
  • base-types: Baseline Rescript codegen plugin. Generates enum and input types.
  • operations: Baseline Rescript codegen plugin. Generates variable and output types.
  • test: Runs generated codegen plugins

TODO

  • near-re-operation-file: Planned output preset; the near-operation-file preset automatic generates Typescript imports, which need to be prevented with certain specific values in the presetConfig. Ideally, this would be a very similar equivalent that requires no special config.