You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My API design requirement is to ensure that the elements are included under the data attribute in the response of ListElements:
{
"pageInfo": {
// Page information goes here...
},
"data": [
// List of elements goes here...
]
}
The Element type have two views: default and tiny. When these views appear in CollectionOf, everything works fine if the tiny collection passed directly to the Result(). However, when the collection is part of an attibute the tiny view will be not work correctly.
My API design requirement is to ensure that the elements are included under the data attribute in the response of ListElements:
The Element type have two views:
default
andtiny
. When these views appear in CollectionOf, everything works fine if thetiny collection
passed directly to theResult()
. However, when the collection is part of an attibute the tiny view will be not work correctly.demo repo
The text was updated successfully, but these errors were encountered: