juniper 0.17.1

GraphQL server library.
Documentation

Build #4438017 2026-09-13 03:57:05

# rustc version rustc 1.100.0-nightly (809936eac 2026-09-12)

# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "c9fc17a6de3da22b865261b2a7be0c13b69e296b1867353043e3f4c4c249f8cd" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260912-1.100.0-nightly-809936eac\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `juniper` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting juniper v0.17.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `super::assert_field_args` [INFO] [stderr] --> src/macros/reflect.rs:762:33 [INFO] [stderr] | [INFO] [stderr] 762 | //! [`assert_field_args!`]: macro@super::assert_field_args [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the module `assert_field_args`, which is not in the macro namespace [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 762 - //! [`assert_field_args!`]: macro@super::assert_field_args [INFO] [stderr] 762 + //! [`assert_field_args!`]: mod@super::assert_field_args [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `format_type` [INFO] [stderr] --> src/macros/reflect.rs:174:7 [INFO] [stderr] | [INFO] [stderr] 174 | /// [`format_type!`] macro in a `const` context. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_type` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_type` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Value` [INFO] [stderr] --> src/macros/reflect.rs:381:24 [INFO] [stderr] | [INFO] [stderr] 381 | /// Resolves the [`Value`] of this asynchronous [`AsyncField`]. [INFO] [stderr] | ^^^^^ no item named `Value` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `format_type` [INFO] [stderr] --> src/macros/reflect.rs:1058:34 [INFO] [stderr] | [INFO] [stderr] 1058 | /// Length __in bytes__ of the [`format_type!`] macro result. [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_type` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_type` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: public documentation for `name` links to private item `List` [INFO] [stderr] --> src/ast.rs:171:11 [INFO] [stderr] | [INFO] [stderr] 171 | /// [`List`]s will return [`None`]. [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `innermost_name` links to private item `List` [INFO] [stderr] --> src/ast.rs:177:68 [INFO] [stderr] | [INFO] [stderr] 177 | /// Returns the innermost name of this [`Type`] by unpacking [`List`]s. [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `modifier` links to private item `TypeModifier` [INFO] [stderr] --> src/ast.rs:185:31 [INFO] [stderr] | [INFO] [stderr] 185 | /// Returns the topmost [`TypeModifier`] of this [`Type`], if any. [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `modifiers` links to private item `TypeModifier` [INFO] [stderr] --> src/ast.rs:191:19 [INFO] [stderr] | [INFO] [stderr] 191 | /// Returns [`TypeModifier`]s of this [`Type`], if any. [INFO] [stderr] | ^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `is_non_null` links to private item `NonNull` [INFO] [stderr] --> src/ast.rs:199:46 [INFO] [stderr] | [INFO] [stderr] 199 | /// Indicates whether this [`Type`] is [`NonNull`]. [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `is_list` links to private item `List` [INFO] [stderr] --> src/ast.rs:208:56 [INFO] [stderr] | [INFO] [stderr] 208 | /// Indicates whether this [`Type`] represents a [`List`] (either `null`able or [`NonNull`]). [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `is_list` links to private item `NonNull` [INFO] [stderr] --> src/ast.rs:208:87 [INFO] [stderr] | [INFO] [stderr] 208 | /// Indicates whether this [`Type`] represents a [`List`] (either `null`able or [`NonNull`]). [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `wrap_list` links to private item `List` [INFO] [stderr] --> src/ast.rs:237:38 [INFO] [stderr] | [INFO] [stderr] 237 | /// Wraps this [`Type`] into a [`List`] with the provided `expected_size`, if any. [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `wrap_non_null` links to private item `NonNull` [INFO] [stderr] --> src/ast.rs:243:36 [INFO] [stderr] | [INFO] [stderr] 243 | /// Wraps this [`Type`] as a [`NonNull`] one. [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `FieldError` [INFO] [stderr] --> src/schema/model.rs:115:79 [INFO] [stderr] | [INFO] [stderr] 115 | /// Disables introspection for this [`RootNode`], making it to return a [`FieldError`] whenever [INFO] [stderr] | ^^^^^^^^^^ no item named `FieldError` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `new` links to private item `String` [INFO] [stderr] --> src/types/scalars.rs:54:72 [INFO] [stderr] | [INFO] [stderr] 54 | /// Construct a new [`ID`] from anything implementing [`Into`]`<`[`String`]`>`. [INFO] [stderr] | ^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `InputValue` [INFO] [stderr] --> src/value/scalar.rs:32:7 [INFO] [stderr] | [INFO] [stderr] 32 | /// [`InputValue`]). [INFO] [stderr] | ^^^^^^^^^^ no item named `InputValue` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_interfaces_impls` [INFO] [stderr] --> src/macros/reflect.rs:483:22 [INFO] [stderr] | [INFO] [stderr] 483 | /// Symmetrical to [`assert_interfaces_impls!`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `assert_interfaces_impls` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_interfaces_impls` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `assert_subtype` [INFO] [stderr] --> src/macros/reflect.rs:570:42 [INFO] [stderr] | [INFO] [stderr] 570 | /// This assertion is a combination of [`assert_subtype`] and [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `assert_subtype` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `assert_subtype` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `graphql_value` [INFO] [stderr] --> src/macros/graphql_input_value.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | /// # Differences from [`graphql_value!`] [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `graphql_value` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `graphql_value` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `juniper` (lib doc) generated 19 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/juniper/index.html [INFO] running `Command { std: "docker" "inspect" "c9fc17a6de3da22b865261b2a7be0c13b69e296b1867353043e3f4c4c249f8cd", kill_on_drop: false }`