Crates.io | bluejay-typegen |
lib.rs | bluejay-typegen |
version | 0.2.0 |
source | src |
created_at | 2023-06-07 03:23:32.181519 |
updated_at | 2024-09-05 15:08:01.005286 |
description | A GraphQL type generator |
homepage | https://github.com/Shopify/bluejay |
repository | https://github.com/Shopify/bluejay |
max_upload_size | |
id | 884438 |
size | 74,460 |
bluejay-typegen
bluejay-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
.