bluejay-typegen

Crates.iobluejay-typegen
lib.rsbluejay-typegen
version0.3.1
created_at2023-06-07 03:23:32.181519+00
updated_at2025-05-13 18:44:03.751872+00
descriptionA GraphQL type generator
homepagehttps://github.com/Shopify/bluejay
repositoryhttps://github.com/Shopify/bluejay
max_upload_size
id884438
size82,571
Adam Petro (adampetro)

documentation

README

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.

Commit count: 385

cargo fmt