Drupal is a registered trademark of Dries Buytaert

Automatically create fragments

This module can help you quickly get up and running with GraphQL by auto-generating fragments. These fragments are intended as a guide, not a solution. Use them to quickly get started building your application.

Expose fragments to the schema

Optionally you can enable fragments on the schema, which will be added to the info query.

query {
  info {
    fragments {
      type
      name
      class
      content
    }
  }
}

Activity

Total releases
4
First release
Jul 2025
Latest release
4 months ago
Release cadence
31 days
Stability
50% stable

Release Timeline

Releases

Version Type Release date
2.0.0-alpha1 Pre-release Oct 15, 2025
2.0.x-dev Dev Jul 16, 2025
1.0.2 Stable Jul 14, 2025
1.0.1 Stable Jul 14, 2025