Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 434 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 434 Bytes

bluejay-typegen

bluejay-typegen provides type generation from GraphQL schemas and executable documents.

Contributing

tests/validation_test.rs makes use of trybuild, which is essentially snapshot testing of the compile errors from the code in tests/validation_cases/error. To overwrite the snapshots, use the TRYBUILD=overwrite environment variable when running cargo test.