Use Case:
CHARACTERISTIC INFORMATION
Goal in Context: <a longer statement of the goal, if needed>
Scope:
Level: <one of: Summary, Primary task, Subfunction>
/** | |
* The Contentful content delivery API is very dynamic, and Contentful has not | |
* strongly typed the interface for the options of the getEntries operation. | |
* | |
* This interface is an attempt to document the properties of these options. | |
* | |
* Ref: https://www.contentful.com/developers/docs/references/content-delivery-api/ | |
*/ | |
export interface ContentfulQueryOptions { | |
/** |
{ | |
"nodes": [ | |
{"id": "Myriel", "group": 1}, | |
{"id": "Napoleon", "group": 1}, | |
{"id": "Mlle.Baptistine", "group": 1}, | |
{"id": "Mme.Magloire", "group": 1}, | |
{"id": "CountessdeLo", "group": 1}, | |
{"id": "Geborand", "group": 1}, | |
{"id": "Champtercier", "group": 1}, | |
{"id": "Cravatte", "group": 1}, |
Use Case:
CHARACTERISTIC INFORMATION
Goal in Context: <a longer statement of the goal, if needed>
Scope:
Level: <one of: Summary, Primary task, Subfunction>