Expand description
GraphQL target plugin implementations (one file per API target) GraphQL target plugin implementations.
Each file in this module implements GraphQlTargetPlugin
for one specific GraphQL API target.
§Available plugins
| Module | Target | Notes |
|---|---|---|
generic | Any GraphQL API | Fully configurable via builder |
Consumer-specific plugins (e.g. Jobber) live in the consuming application,
not in this library. Use generic::GenericGraphQlPlugin to build them.
Modules§
- generic
- Generic GraphQL target plugin with a fluent builder API.