PeakSystems.ShopifyGraphQL 1.1.32

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 PeakSystems.ShopifyGraphQL --version 1.1.32
                    
NuGet\Install-Package PeakSystems.ShopifyGraphQL -Version 1.1.32
                    
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="PeakSystems.ShopifyGraphQL" Version="1.1.32" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeakSystems.ShopifyGraphQL" Version="1.1.32" />
                    
Directory.Packages.props
<PackageReference Include="PeakSystems.ShopifyGraphQL" />
                    
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 PeakSystems.ShopifyGraphQL --version 1.1.32
                    
#r "nuget: PeakSystems.ShopifyGraphQL, 1.1.32"
                    
#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.
#:package PeakSystems.ShopifyGraphQL@1.1.32
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeakSystems.ShopifyGraphQL&version=1.1.32
                    
Install as a Cake Addin
#tool nuget:?package=PeakSystems.ShopifyGraphQL&version=1.1.32
                    
Install as a Cake Tool

Shopify GraphQL Library

A C# library for interacting with the Shopify GraphQL API using ZeroQL. Created for PeakWMS integration with Shopify.

To test and build the library, change the version in the ShopifyGraphQL.csproj file to a non-conflicting version (e.g., 1.1.16-dev).

Then run the following command in the terminal:<br> dotnet pack -o {Path to nuget folder} <br> For example:<br> dotnet pack -o C:\Repositories\Nuget <br> This will create a NuGet package in the specified output directory, which can be used in other projects to test the changes.

Regenerating the schema

GraphQL/schema.graphql is an introspection dump of the Shopify Admin API, taken from https://shopify.dev/admin-graphql-direct-proxy/{version}. ZeroQL regenerates the typed client from it at build time, so nothing generated is committed.

Interface-implements-interface clauses (interface Catalog implements Node) are omitted from the printed schema: ZeroQL 8.0.0 emits a duplicate base interface (CS0528) for them. No field is lost by leaving them out.

The API version must be the same in all four places: AdminApiVersion in GraphQL/Services/AbstractShopifyService.cs, the schema the dump was taken from, GraphQL/shopify.zeroql.json and GraphQL/graphql.config.yml.

Product 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. 
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
Loading failed