@vnodes/graphql
    Preparing search index...

    Interface SchemaFileConfig

    interface SchemaFileConfig {
        federation?: Federation2Config | FederationVersion;
        path?: string;
    }
    Index

    Properties

    Properties

    Federation version and its configuration,

    1
    
    path?: string

    Path to the schema file.