protograph-runtime

Crates.ioprotograph-runtime
lib.rsprotograph-runtime
version0.1.0
created_at2025-12-21 17:42:32.794987+00
updated_at2025-12-21 17:42:32.794987+00
descriptionRuntime types for protograph (DataLoader, errors)
homepagehttps://github.com/alexchoi0/protograph
repositoryhttps://github.com/alexchoi0/protograph
max_upload_size
id1998368
size32,234
Alex Choi (alexchoi0)

documentation

README

protograph-runtime

Runtime types for protograph.

This crate re-exports common dependencies needed by generated code:

  • async-graphql
  • async-trait

Usage

Add to your dependencies:

[dependencies]
protograph-runtime = "0.1"

The generated code will use types from this crate.

License

MIT OR Apache-2.0

Commit count: 0

cargo fmt