DotNetBrightener.Integration.GraphQL 1.0.0-beta-006

This is a prerelease version of DotNetBrightener.Integration.GraphQL.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotNetBrightener.Integration.GraphQL --version 1.0.0-beta-006
NuGet\Install-Package DotNetBrightener.Integration.GraphQL -Version 1.0.0-beta-006
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="DotNetBrightener.Integration.GraphQL" Version="1.0.0-beta-006" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetBrightener.Integration.GraphQL --version 1.0.0-beta-006
#r "nuget: DotNetBrightener.Integration.GraphQL, 1.0.0-beta-006"
#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.
// Install DotNetBrightener.Integration.GraphQL as a Cake Addin
#addin nuget:?package=DotNetBrightener.Integration.GraphQL&version=1.0.0-beta-006&prerelease

// Install DotNetBrightener.Integration.GraphQL as a Cake Tool
#tool nuget:?package=DotNetBrightener.Integration.GraphQL&version=1.0.0-beta-006&prerelease

A library that provides GraphQL integration for building GraphQL APIs with minimal efforts

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DotNetBrightener.Integration.GraphQL:

Package Downloads
WebEdFramework

The based library for Modules to be built and run with WebEd CMS or any applications that are based on WebEd Framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

* v1.0.0-beta-006:
- Upgraded to GraphQL 3.2.0
- Removed the needs of using GraphQLArgument for the GraphQLController methods. Types are now detected automatically
- Added options for enable the UI Playground