@vnodes/graphql
    Preparing search index...

    Interface GraphQLSchemaContext

    interface GraphQLSchemaContext {
        apiSchema: GraphQLSchema;
        coreSupergraphSdl?: string;
    }
    Index

    Properties

    apiSchema: GraphQLSchema
    coreSupergraphSdl?: string