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
}
}
}
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.0-alpha1 | Pre-release | 10–11 | GraphQL 5.x and Compose 3.x support. | Oct 15, 2025 | |
| 2.0.x-dev | Dev | 10–11 | Jul 16, 2025 | ||
| 1.0.2 | Stable | 10–11 | Jul 14, 2025 | ||
| 1.0.1 | Stable | 10–11 | Jul 14, 2025 |