Module graphql_plugins

Module graphql_plugins 

Source
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

ModuleTargetNotes
genericAny GraphQL APIFully 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.