Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 321 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 321 Bytes

bifrost

GraphQL -> structs/JSON bindings

Building

$ rustup update
$ cargo build

Get CLI help

$ cargo run -- --help

Rust bindings

$ ./target/debug/bifrost rust ./schema.gql -t User

Pass-through (for debugging)

$ ./target/debug/bifrost pass ./schema.gql -t User