GraphiQL API Documentation
    Preparing search index...

    Type Alias SchemaLoader

    SchemaLoader: (
        schemaConfig: SchemaConfig,
        parser: GraphQLLanguageConfig["parser"],
    ) => GraphQLSchema

    This schema loader is focused on performance for the monaco worker runtime We favor taking in stringified schema representations as they can be used to communicate Across the main/webworker process boundary

    Type Declaration