Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 3Apr 3 Community Expert I am trying to minimize REST API query response times, and I have found that simply decreasing the size of the returned data is the easiest way to improve response time, before doing anything else fancy. So I started looking at the GraphQL documentation, since that only returns the specific requested data:https://invisioncommunity.com/developers/graphqlHowever, I do not see any information for the Downloads system, the one thing I use the web API for. 😆 Is this not supported in GraphQL? Edited April 3Apr 3 by Interferon
April 3Apr 3 Author Community Expert No problem, I have a REST-based system running fast enough now. If this does become available in the future I will be interested in trying it.