The Helper Libraries section provides reusable C# utilities designed to streamline development and reduce boilerplate when building custom logic on the Fuse platform.
These libraries offer composable capabilities that would otherwise require significant development effort — enabling faster creation of integration connectors, interoperability providers, and other artifacts that extend the platform.
They belong to the System domain and are commonly used inside pipeline components, orchestration steps, and API integrations.
Use a helper when:
Helper Name | Purpose | Link |
---|---|---|
GraphQL Builder | Construct GraphQL operations with query, mutation, upload, and variable support using a fluent builder model | View |
Additional helpers will be published over time — supporting token construction, multipart form handling, and metadata generation.
Helper libraries are domain-agnostic and designed to support development across:
They do not enforce specific domain constraints, making them reusable across multiple runtime contexts.
All helper libraries are written in C# and target the .NET Framework platform used by the Fuse runtime.
To contribute or propose a helper:
Once approved, helpers will be published here and versioned for reuse.
Next: GraphQL Builder — Construct GraphQL operations with fluent configuration and file upload support.