@vnodes/graphql
    Preparing search index...

    Type Alias ApolloServerOptionsWithStaticSchema<TContext>

    ApolloServerOptionsWithStaticSchema:
        | ApolloServerOptionsWithSchema<TContext>
        | ApolloServerOptionsWithTypeDefs<TContext>

    Type Parameters