[][src]Function juniper::introspect

pub fn introspect<'a, S, CtxT, QueryT, MutationT>(
    root_node: &'a RootNode<QueryT, MutationT, S>,
    context: &CtxT,
    format: IntrospectionFormat
) -> Result<(Value<S>, Vec<ExecutionError<S>>), GraphQLError<'a>> where
    S: ScalarValue,
    &'b S: ScalarRefValue<'b>,
    QueryT: GraphQLType<S, Context = CtxT>,
    MutationT: GraphQLType<S, Context = CtxT>, 

Execute the reference introspection query in the provided schema