Class: ComposeRuntime
runtime.ComposeRuntime
The ComposeRuntime class provides APIs to execute queries on a GraphQL schema generated from a
RuntimeCompositeDefinition. It allows applications to interact with documents using known
models on a Ceramic node.
It is exported by the runtime module.
import { ComposeRuntime } from '@composedb/runtime'
Constructors
constructor
• new ComposeRuntime(params): ComposeRuntime
Parameters
| Name | Type |
|---|---|
params | ComposeRuntimeParams |