| Crates.io | bluejay-typegen |
| lib.rs | bluejay-typegen |
| version | 0.3.1 |
| created_at | 2023-06-07 03:23:32.181519+00 |
| updated_at | 2025-05-13 18:44:03.751872+00 |
| description | A GraphQL type generator |
| homepage | https://github.com/Shopify/bluejay |
| repository | https://github.com/Shopify/bluejay |
| max_upload_size | |
| id | 884438 |
| size | 82,571 |
bluejay-typegenbluejay-typegen provides type generation from GraphQL schemas and executable documents.
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.