Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.ApiVersionQuery Class Reference

A version of the API. More...

Public Member Functions

 ApiVersionQuery (StringBuilder query)
 ApiVersionQuery is used to build queries. Typically ApiVersionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ApiVersionQuery displayName ()
 The human-readable name of the version. More...
 
ApiVersionQuery handle ()
 The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or unstable handle. More...
 
ApiVersionQuery supported ()
 Whether the version is supported by Shopify. More...
 

Detailed Description

A version of the API.

Constructor & Destructor Documentation

◆ ApiVersionQuery()

Shopify.Unity.GraphQL.ApiVersionQuery.ApiVersionQuery ( StringBuilder  query)
inline

ApiVersionQuery is used to build queries. Typically ApiVersionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ displayName()

ApiVersionQuery Shopify.Unity.GraphQL.ApiVersionQuery.displayName ( )
inline

The human-readable name of the version.

◆ handle()

ApiVersionQuery Shopify.Unity.GraphQL.ApiVersionQuery.handle ( )
inline

The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or unstable handle.

◆ supported()

ApiVersionQuery Shopify.Unity.GraphQL.ApiVersionQuery.supported ( )
inline

Whether the version is supported by Shopify.


The documentation for this class was generated from the following file: