Soenneker.Monday.GraphQlClientUtil
4.0.89
Prefix Reserved
dotnet add package Soenneker.Monday.GraphQlClientUtil --version 4.0.89
NuGet\Install-Package Soenneker.Monday.GraphQlClientUtil -Version 4.0.89
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.89" />
<PackageVersion Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.89" />
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" />
paket add Soenneker.Monday.GraphQlClientUtil --version 4.0.89
#r "nuget: Soenneker.Monday.GraphQlClientUtil, 4.0.89"
#:package Soenneker.Monday.GraphQlClientUtil@4.0.89
#addin nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.89
#tool nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.89
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.65)
- Soenneker.Monday.HttpClients (>= 4.0.74)
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.89 | 17 | 9/13/2026 |
| 4.0.88 | 38 | 9/13/2026 |
| 4.0.87 | 35 | 9/13/2026 |
| 4.0.86 | 40 | 9/13/2026 |
| 4.0.85 | 49 | 9/12/2026 |
| 4.0.83 | 36 | 9/12/2026 |
| 4.0.82 | 46 | 9/11/2026 |
| 4.0.81 | 58 | 9/9/2026 |
| 4.0.80 | 74 | 9/8/2026 |
| 4.0.79 | 70 | 9/8/2026 |
| 4.0.78 | 78 | 9/8/2026 |
| 4.0.77 | 88 | 9/8/2026 |
| 4.0.76 | 97 | 9/7/2026 |
| 4.0.75 | 94 | 9/7/2026 |
| 4.0.74 | 84 | 9/7/2026 |
| 4.0.73 | 95 | 9/7/2026 |
| 4.0.72 | 107 | 9/6/2026 |
| 4.0.71 | 95 | 9/6/2026 |
| 4.0.70 | 93 | 9/5/2026 |
| 4.0.69 | 90 | 9/5/2026 |