Adding juniper_compose_ng library as a dependency

Run this command in a terminal, in your project's directory:

cargo add juniper_compose_ng

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

juniper_compose_ng = "0.16.3"

The juniper_compose_ng library will be automatically available globally. Read the juniper_compose_ng library documentation.

Back to the crate overview.