Soenneker.Monday.GraphQlClientUtil
4.0.87
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Monday.GraphQlClientUtil --version 4.0.87
NuGet\Install-Package Soenneker.Monday.GraphQlClientUtil -Version 4.0.87
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.87" />
<PackageVersion Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.87" />
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" />
paket add Soenneker.Monday.GraphQlClientUtil --version 4.0.87
#r "nuget: Soenneker.Monday.GraphQlClientUtil, 4.0.87"
#:package Soenneker.Monday.GraphQlClientUtil@4.0.87
#addin nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.87
#tool nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.87
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.72)
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.90 | 0 | 9/15/2026 |
| 4.0.89 | 42 | 9/13/2026 |
| 4.0.88 | 44 | 9/13/2026 |
| 4.0.87 | 43 | 9/13/2026 |
| 4.0.86 | 42 | 9/13/2026 |
| 4.0.85 | 51 | 9/12/2026 |
| 4.0.83 | 39 | 9/12/2026 |
| 4.0.82 | 48 | 9/11/2026 |
| 4.0.81 | 59 | 9/9/2026 |
| 4.0.80 | 75 | 9/8/2026 |
| 4.0.79 | 71 | 9/8/2026 |
| 4.0.78 | 80 | 9/8/2026 |
| 4.0.77 | 89 | 9/8/2026 |
| 4.0.76 | 98 | 9/7/2026 |
| 4.0.75 | 95 | 9/7/2026 |
| 4.0.74 | 85 | 9/7/2026 |
| 4.0.73 | 96 | 9/7/2026 |
| 4.0.72 | 109 | 9/6/2026 |
| 4.0.71 | 97 | 9/6/2026 |
| 4.0.70 | 97 | 9/5/2026 |