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 had created a webform with a certain elements inside it & I was able to expose the elements/fields inside the webform via graphql using the following format
{
webformById(webform_id: "request_a_callback") {
title
elements {
... on WebformElement {
id
type
}
... on WebformElementTextField {
required {
message
}
placeholder
description
multiple {
message
limit
}
}
}
}
}
& I have a question about Is there an option In order to expose the conditionals inside the webform using Graphql?
also Inside the supported element list provided by you am not seeing an option to expose the conditions in webform via Graphql
as far as my knowledge am not seeing any option to expose the only conditionals using the graphql_webform module.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue. This is not actually a bug since the module doesn't support yet the conditionals feature.
We are open and keen for PRs, if you have any time to contribute back to the community, that would be great.
carolpettirossi
changed the title
Exposing the Conditionals inside the webform using the Graphql
Feature Request - Add support to expose the Conditionals inside the webform using the Graphql
Mar 18, 2021
I had created a webform with a certain elements inside it & I was able to expose the elements/fields inside the webform via graphql using the following format
& I have a question about Is there an option In order to expose the conditionals inside the webform using Graphql?
also Inside the supported element list provided by you am not seeing an option to expose the conditions in webform via Graphql
as far as my knowledge am not seeing any option to expose the only conditionals using the graphql_webform module.
The text was updated successfully, but these errors were encountered: