@dxos/react-client
    Preparing search index...

    Variable schemaQueryConst

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

    Creates a schema query result that can be subscribed to.

    Type declaration

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

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

        Parameters

        • OptionalschemaQueryOptions: Q & SchemaRegistry.Query

        Returns Effect.Effect<
            QueryResult.QueryResult<SchemaRegistry.ExtractQueryResult<Q>>,
            never,
            Service,
        >