Soenneker.Monday.GraphQlClientUtil
4.0.68
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Monday.GraphQlClientUtil --version 4.0.68
NuGet\Install-Package Soenneker.Monday.GraphQlClientUtil -Version 4.0.68
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.68" />
<PackageVersion Include="Soenneker.Monday.GraphQlClientUtil" Version="4.0.68" />
<PackageReference Include="Soenneker.Monday.GraphQlClientUtil" />
paket add Soenneker.Monday.GraphQlClientUtil --version 4.0.68
#r "nuget: Soenneker.Monday.GraphQlClientUtil, 4.0.68"
#:package Soenneker.Monday.GraphQlClientUtil@4.0.68
#addin nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.68
#tool nuget:?package=Soenneker.Monday.GraphQlClientUtil&version=4.0.68
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.57)
- Soenneker.Monday.HttpClients (>= 4.0.50)
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.81 | 35 | 9/9/2026 |
| 4.0.80 | 66 | 9/8/2026 |
| 4.0.79 | 62 | 9/8/2026 |
| 4.0.78 | 69 | 9/8/2026 |
| 4.0.77 | 78 | 9/8/2026 |
| 4.0.76 | 88 | 9/7/2026 |
| 4.0.75 | 86 | 9/7/2026 |
| 4.0.74 | 77 | 9/7/2026 |
| 4.0.73 | 87 | 9/7/2026 |
| 4.0.72 | 102 | 9/6/2026 |
| 4.0.71 | 88 | 9/6/2026 |
| 4.0.70 | 84 | 9/5/2026 |
| 4.0.69 | 78 | 9/5/2026 |
| 4.0.68 | 78 | 9/4/2026 |
| 4.0.67 | 80 | 9/4/2026 |
| 4.0.66 | 77 | 9/4/2026 |
| 4.0.65 | 78 | 9/4/2026 |
| 4.0.64 | 78 | 9/4/2026 |
| 4.0.63 | 79 | 9/4/2026 |
| 4.0.62 | 85 | 9/4/2026 |