load_data allows to make a GET request for example to a json API.
Is there a way to use it for a POST request for example to a GraphQL API?
load_data allows to make a GET request for example to a json API.
Is there a way to use it for a POST request for example to a GraphQL API?
Not right now but that shouldn’t be hard to add it to the function. On the other hand, writing a graphql query in a template doesn’t sound fun