Syntax to specify time grain for field for JSON API #2760
-
What is the syntax to specify an attribute for a field for JSON API?
For instance if I want to get the For the filter I see that using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
JSON-API unfortunately doesn't support parameterized attributes. That is only a feature in GraphQL. You would need to create separate attributes in your model for each time grain in JSON-API (single grain per attribute). |
Beta Was this translation helpful? Give feedback.
JSON-API unfortunately doesn't support parameterized attributes. That is only a feature in GraphQL. You would need to create separate attributes in your model for each time grain in JSON-API (single grain per attribute).