Members
(constant) MessModel
- Source:
(constant) types
- Source:
(constant) User
- Source:
Methods
context(decodedToken)
GraphQL Context: A top level function which decodes and verifies the JWT sent through the request header
Parameters:
| Name | Type | Description | 
|---|---|---|
| decodedToken | string | JWT token from request If the user is just signin up, they would be given permissions only to access the Auth Mutation | 
- Source:
Type Definitions
currentStories
Type:
- Object
Properties:
| Name | Type | Description | 
|---|---|---|
| authorLogo | String | |
| authorId | String | |
| authorName | String | |
| story | Object |