Classes
Methods
# async static fromDatabase(data, ctx) → {Promise.<Comment>}
Parameters:
| Name | Type | Description |
|---|---|---|
data |
any
|
|
ctx |
RequestContext
|
Promise.<Comment>
# async static getComment(id, ctx) → {Promise.<Comment>}
Parameters:
| Name | Type | Description |
|---|---|---|
id |
SnowflakeResolvable
|
|
ctx |
RequestContext
|
Promise.<Comment>