@vnodes/graphql
    Preparing search index...

    Interface GraphQLServerContext

    interface GraphQLServerContext {
        apollo: ApolloConfig;
        cache: KeyValueCache<string>;
        logger: Logger;
        schema: GraphQLSchema;
        startedInBackground: boolean;
    }
    Index

    Properties

    apollo: ApolloConfig
    cache: KeyValueCache<string>
    logger: Logger
    schema: GraphQLSchema
    startedInBackground: boolean