FeedPost Object
Declaration
type FeedPost {
_id: ID!
type: String
from: String
timestamp: String
item: FeedPostItem
isFavorite: Boolean
config: FeedConfig
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | — |
type | String | — |
from | String | — |
timestamp | String | — |
item | FeedPostItem | — |
isFavorite | Boolean | — |
config | FeedConfig | — |