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
When querying forms via GraphQL, there is no way to get the given field conditions from the blueprint. The same is available on the REST-API via a if array that is part of the response JSON.
How to reproduce
Set e.g. conditional visibility on any field of a form blueprint.
Query via GraphQL with all available fields.
{
forms {
handlerulesfields {
configdisplayhandleinstructionstypewidth
}
honeypottitle
}
}
Bug description
When querying forms via GraphQL, there is no way to get the given field conditions from the blueprint. The same is available on the REST-API via a
if
array that is part of the response JSON.How to reproduce
Set e.g. conditional visibility on any field of a form blueprint.
Query via GraphQL with all available fields.
Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: