Function juniper::introspect

source ·
pub fn introspect<S, QueryT, MutationT, SubscriptionT>(
    root_node: &RootNode<'_, QueryT, MutationT, SubscriptionT, S>,
    context: &QueryT::Context,
    format: IntrospectionFormat
) -> Result<(Value<S>, Vec<ExecutionError<S>>), GraphQLError>
where S: ScalarValue, QueryT: GraphQLType<S>, MutationT: GraphQLType<S, Context = QueryT::Context>, SubscriptionT: GraphQLType<S, Context = QueryT::Context>,
Expand description

Execute the reference introspection query in the provided schema