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
I'm not sure if this is the best approach in terms of API design & implementation, but it's the easiest one for now. Probably going to be too slow if we'll want to serve history graphs for a page full of different questions, but good enough for a single question's page. I haven't tried to benchmark it yet.
we may also try alternative approaches to the API, e.g. { snapshot(timestamp: "2022-01-01") {...} } or { history(since: "2022-01-01") { ... } }, or { history(period: "7d") {...} } (this can be done with or without [RFC] New event-based history storage #50)
Right now, history isn't yet added to the graphql API. But it seems like a natural next step.
The text was updated successfully, but these errors were encountered: