Low Priority
Currently CRUD forms conveniently inherit variables from any WebApp layout they're placed inside. Which is great in most situations.
But if you're writing custom GraphQl and want to use a Siteglide edit form, it is a little tricky to pass in parameters.
In fact, you need to create an object like this:
{% parse_json this %}
{
"id": "",
"webapp_id": "",
"enabled": "",
"release_date": "",
"expiry_date": "",
"slug": "",
"creator": {
"id": ""
}
}
{% endparse_json %}
Could we make it possible to pass in the webapp item ID manually, or inherit from a webapp by default if nothing is passed in?
Of course, if you pass in a webapp ID manually, it would need to look up variables like "creator" automatically within the include.