Module introspect

Source
Expand description

§Run introspection against a GraphQL schema and obtain the result

Structs§

IntrospectionError
An error which occurred during JavaScript introspection.
IntrospectionResponse
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§

IntrospectionResult
The type returned when invoking batch_introspect