Docs.rs
router-bridge-0.6.4+v2.9.3
router-bridge 0.6.4+v2.9.3
Permalink
Docs.rs crate page
Elastic-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
apollo-bot2
github:apollographql:router
github:apollographql:atlas
Dependencies
anyhow ^1.0.79
normal
async-channel ^1.9.0
normal
deno_console ^0.115.0
normal
deno_core ^0.200.0
normal
deno_url ^0.115.0
normal
deno_web ^0.146.0
normal
deno_webidl ^0.115.0
normal
rand ^0.8.5
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
thiserror ^1.0.56
normal
tokio ^1.35.1
normal
tower ^0.4.13
normal
tower-service ^0.3.2
normal
tracing ^0.1.33
normal
criterion ^0.4
dev
futures ^0.3.29
dev
insta ^1.34.0
dev
pretty_assertions ^1.4.0
dev
tracing-test ^0.2.1
dev
deno_console ^0.115.0
build
deno_core ^0.200.0
build
deno_url ^0.115.0
build
deno_web ^0.146.0
build
deno_webidl ^0.115.0
build
which ^4.4.2
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
router_
bridge
0.6.4+v2.9.3
Module introspect
Sections
Run introspection against a GraphQL schema and obtain the result
Module Items
Structs
Functions
Type Aliases
In crate router_
bridge
router_bridge
Module
introspect
Copy item path
Source
Expand description
§
Run introspection against a GraphQL schema and obtain the result
Structs
§
Introspection
Error
An error which occurred during JavaScript introspection.
Introspection
Response
If
batch_introspect
succeeds, it returns a
Vec<IntrospectionResponse>
.
Functions
§
batch_
introspect
The
batch_introspect
function receives a [
string
] representing the SDL and invokes JavaScript introspection on it, with the
queries
to run against the SDL.
Type Aliases
§
Introspection
Result
The type returned when invoking
batch_introspect