@dxos/client
    Preparing search index...

    Variable runSchemaQueryConst

    runSchemaQuery: <Q extends Types.NoExcessProperties<SchemaRegistry.Query, Q>>(
        schemaQueryOptions?: Q & SchemaRegistry.Query,
    ) => Effect.Effect<SchemaRegistry.ExtractQueryResult<Q>[], never, Service>

    Executes a schema query once and returns the results.

    Type declaration

      • <Q extends Types.NoExcessProperties<SchemaRegistry.Query, Q>>(
            schemaQueryOptions?: Q & SchemaRegistry.Query,
        ): Effect.Effect<SchemaRegistry.ExtractQueryResult<Q>[], never, Service>
      • Type Parameters

        • Q extends Types.NoExcessProperties<SchemaRegistry.Query, Q>

        Parameters

        • OptionalschemaQueryOptions: Q & SchemaRegistry.Query

        Returns Effect.Effect<SchemaRegistry.ExtractQueryResult<Q>[], never, Service>