Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module helps you get started with GraphQL by automatically generating fragments, which can be optionally exposed in the schema's info query. These generated fragments serve as a guide for building your application.

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
9 months ago
Releases (12 mo)
1 ▼ from 3
Maintenance
Slowing

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