Graphlit 2024.9.30.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Graphlit --version 2024.9.30.2
                    
NuGet\Install-Package Graphlit -Version 2024.9.30.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Graphlit" Version="2024.9.30.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Graphlit" Version="2024.9.30.2" />
                    
Directory.Packages.props
<PackageReference Include="Graphlit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Graphlit --version 2024.9.30.2
                    
#r "nuget: Graphlit, 2024.9.30.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Graphlit&version=2024.9.30.2
                    
Install Graphlit as a Cake Addin
#tool nuget:?package=Graphlit&version=2024.9.30.2
                    
Install Graphlit as a Cake Tool

.NET Client for Graphlit Platform

Overview

The Graphlit Client for .NET enables easy interaction with the Graphlit API, allowing developers to execute queries and mutations against the Graphlit service. This document outlines the setup process and provides a basic example of using the client.

Prerequisites

Before you begin, ensure you have the following:

  • .NET 6.0 or .NET 8.0 installed on your system.
  • An active account on the Graphlit Platform with access to the API settings dashboard.

Installation

To install the Graphlit Client, use nuget:

dotnet add package Graphlit

Configuration

The Graphlit Client supports environment variables to be set for authentication and configuration:

  • GRAPHLIT_ENVIRONMENT_ID: Your environment ID.
  • GRAPHLIT_ORGANIZATION_ID: Your organization ID.
  • GRAPHLIT_JWT_SECRET: Your JWT secret for signing the JWT token.

Alternately, you can pass these values with the constructor of the Graphlit client.

You can find these values in the API settings dashboard on the Graphlit Platform.

Setting Environment Variables

To set these environment variables on your system, use the following commands, replacing your_value with the actual values from your account.

For Unix/Linux/macOS:

export GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
export GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
export GRAPHLIT_JWT_SECRET=your_secret_key_value

For Windows Command Prompt (CMD):

set GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
set GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
set GRAPHLIT_JWT_SECRET=your_secret_key_value

For Windows PowerShell:

$env:GRAPHLIT_ENVIRONMENT_ID="your_environment_id_value"
$env:GRAPHLIT_ORGANIZATION_ID="your_organization_id_value"
$env:GRAPHLIT_JWT_SECRET="your_secret_key_value"

Support

Please refer to the Graphlit API Documentation.

For support with the Graphlit Client, please submit a GitHub Issue.

For further support with the Graphlit Platform, please join our Discord community.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2025.4.23.1 71 4/23/2025
2025.4.20.1 110 4/21/2025
2025.4.16.1 182 4/17/2025
2025.4.14.1 176 4/14/2025
2025.4.12.1 117 4/12/2025
2025.4.10.1 160 4/10/2025
2025.4.7.2 155 4/8/2025
2025.4.7.1 143 4/7/2025
2025.4.2.1 144 4/3/2025
2025.3.27.1 121 3/28/2025
2025.3.15.3 138 3/16/2025
2025.3.15.2 65 3/15/2025
2025.3.15.1 62 3/15/2025
2025.3.13.1 137 3/14/2025
2025.3.6.1 199 3/7/2025
2025.3.1.1 99 3/1/2025
2025.2.25.1 93 2/25/2025
2025.2.24.1 86 2/25/2025
2025.2.20.3 105 2/21/2025
2025.2.20.2 91 2/21/2025
2025.2.20.1 92 2/20/2025
2025.2.19.1 93 2/20/2025
2025.2.16.1 105 2/17/2025
2025.2.12.2 109 2/12/2025
2025.2.4.1 101 2/4/2025
2025.1.30.1 98 1/31/2025
2025.1.29.2 88 1/30/2025
2025.1.29.1 81 1/29/2025
2025.1.27.1 87 1/28/2025
2025.1.21.1 93 1/21/2025
2025.1.14.1 58 1/15/2025
2025.1.10.1 71 1/11/2025
2025.1.8.1 63 1/9/2025
2025.1.5.1 96 1/5/2025
2025.1.4.1 108 1/4/2025
2024.12.29.2 123 12/30/2024
2024.12.29.1 97 12/29/2024
2024.12.28.2 90 12/29/2024
2024.12.28.1 97 12/28/2024
2024.12.27.1 82 12/28/2024
2024.12.24.2 106 12/25/2024
2024.12.24.1 94 12/24/2024
2024.12.22.1 95 12/23/2024
2024.12.13.2 133 12/14/2024
2024.12.13.1 94 12/13/2024
2024.12.12.4 102 12/13/2024
2024.12.12.3 97 12/13/2024
2024.12.12.2 104 12/13/2024
2024.12.12.1 94 12/13/2024
2024.12.10.1 96 12/10/2024
2024.12.9.1 102 12/10/2024
2024.12.7.2 107 12/7/2024
2024.12.7.1 110 12/7/2024
2024.12.6.2 97 12/7/2024
2024.12.6.1 100 12/7/2024
2024.12.5.1 101 12/6/2024
2024.12.3.1 105 12/3/2024
2024.12.1.1 97 12/1/2024
2024.11.25.1 145 11/25/2024
2024.11.24.2 103 11/25/2024
2024.11.24.1 97 11/25/2024
2024.11.16.1 109 11/17/2024
2024.11.10.1 112 11/11/2024
2024.11.4.1 94 11/4/2024
2024.10.22.1 102 10/23/2024
2024.10.21.1 106 10/21/2024
2024.10.9.1 114 10/10/2024
2024.10.7.1 106 10/7/2024
2024.10.3.1 107 10/4/2024
2024.9.30.2 112 10/1/2024
2024.9.30.1 114 10/1/2024
2024.9.29.1 98 9/30/2024
2024.9.27.1 112 9/27/2024
2024.9.26.1 105 9/27/2024
2024.9.14.1 159 9/14/2024
2024.9.10.1 115 9/11/2024
2024.9.3.1 118 9/4/2024
2024.9.1.1 116 9/2/2024
2024.8.20.2 154 8/21/2024
2024.8.11.1 138 8/12/2024
2024.8.8.1 201 8/9/2024
2024.8.3.21 113 8/4/2024
2024.8.3.20 95 8/4/2024
2024.8.3.19 103 8/4/2024
2024.8.3.18 94 8/4/2024
2024.8.3.17 97 8/4/2024
2024.8.3.16 98 8/4/2024
2024.8.3.15 101 8/4/2024