Soenneker.Monday.GraphQlClientUtil
4.0.66
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Monday.GraphQlClientUtil --version 4.0.66
NuGet\Install-Package Soenneker.Monday.GraphQlClientUtil -Version 4.0.66
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.66" />
<PackageVersion Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.66" />
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" />
paket add Soenneker.Monday.GraphQlClientUtil --version 4.0.66
#r "nuget: Soenneker.Monday.GraphQlClientUtil, 4.0.66"
#:package Soenneker.Monday.GraphQlClientUtil@4.0.66
#addin nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.66
#tool nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.66
Soenneker.Monday.GraphQlClientUtil
Creates and caches authenticated Monday GraphQL clients, including clients for multiple tokens or endpoints.
Install
dotnet add package Soenneker.Monday.GraphQlClientUtil
Configuration
{
"Monday": {
"ApiKey": "your-api-key"
}
}
Usage
using Soenneker.Monday.GraphQlClient;
using Soenneker.Monday.GraphQlClientUtil.Abstract;
using Soenneker.Monday.GraphQlClientUtil.Registrars;
services.AddMondayGraphQlClientUtilAsSingleton();
IMondayGraphQlClientUtil monday = serviceProvider
.GetRequiredService<IMondayGraphQlClientUtil>();
MondayGraphQlClient client = await monday.Get(cancellationToken);
var boards = await client.GetBoards.GetValue(
new GetBoardsVariables { Limit = 25 },
cancellationToken);
Use Get(apiKey) for another token or Get(apiKey, baseUrl) for another Monday connection. Equivalent connection settings reuse the same generated client within the utility's lifetime.
Scoped registration creates a generated-client cache per application scope while retaining the shared HTTP provider. Disposing the scoped utility does not remove that shared provider or its clients.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Monday.GraphQlClient (>= 4.0.56)
- Soenneker.Monday.HttpClients (>= 4.0.49)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.78 | 0 | 9/8/2026 |
| 4.0.77 | 0 | 9/8/2026 |
| 4.0.76 | 0 | 9/7/2026 |
| 4.0.75 | 0 | 9/7/2026 |
| 4.0.74 | 0 | 9/7/2026 |
| 4.0.73 | 40 | 9/7/2026 |
| 4.0.72 | 55 | 9/6/2026 |
| 4.0.71 | 49 | 9/6/2026 |
| 4.0.70 | 44 | 9/5/2026 |
| 4.0.69 | 39 | 9/5/2026 |
| 4.0.68 | 39 | 9/4/2026 |
| 4.0.67 | 41 | 9/4/2026 |
| 4.0.66 | 40 | 9/4/2026 |
| 4.0.65 | 41 | 9/4/2026 |
| 4.0.64 | 40 | 9/4/2026 |
| 4.0.63 | 42 | 9/4/2026 |
| 4.0.62 | 48 | 9/4/2026 |
| 4.0.61 | 46 | 9/4/2026 |
| 4.0.60 | 44 | 9/4/2026 |
| 4.0.59 | 50 | 9/3/2026 |