@vnodes/graphql
    Preparing search index...

    Interface StartStandaloneServerOptions<TContext>

    interface StartStandaloneServerOptions<TContext extends BaseContext> {
        context?: ContextFunction<
            [StandaloneServerContextFunctionArgument],
            TContext,
        >;
    }

    Type Parameters

    Index

    Properties

    Properties