graphql_compose_webform
The "GraphQL Compose: Webform" module integrates Drupal Webform with GraphQL, allowing users to add webform queries and mutations to their GraphQL schema. This module provides a way to interact with webforms through GraphQL.
Features
This module enables the basic functionality of querying and mutating webform data using GraphQL. Unique features include the ability to retrieve webform elements, labels, descriptions, and options through GraphQL queries. This module is particularly useful for developers who want to leverage GraphQL for dynamic form interactions and data retrieval in decoupled Drupal applications.
Post-Installation
After installing the module, you need to ensure that the GraphQL and Webform modules are also enabled. There is no additional configuration required. The module automatically extends the GraphQL schema to include webform-related fields. You can start using the new queries and mutations provided by this module to interact with your webforms.
Recommended modules/libraries
- GraphQL Compose module: Enhances the GraphQL capabilities of your Drupal site.
- Webform module: Provides the webform functionality that this module extends.