bluejay-typegen

Crates.iobluejay-typegen
lib.rsbluejay-typegen
version0.2.0
sourcesrc
created_at2023-06-07 03:23:32.181519
updated_at2024-09-05 15:08:01.005286
descriptionA GraphQL type generator
homepagehttps://github.com/Shopify/bluejay
repositoryhttps://github.com/Shopify/bluejay
max_upload_size
id884438
size74,460
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: 0

cargo fmt