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

An object with an ID to support global identification. More...

Public Member Functions

 NodeQuery (StringBuilder query)
 NodeQuery is used to build queries. Typically NodeQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
NodeQuery id ()
 Globally unique identifier. More...
 
NodeQuery onAppliedGiftCard (AppliedGiftCardDelegate buildQuery)
 will allow you to write queries on AppliedGiftCard. More...
 
NodeQuery onArticle (ArticleDelegate buildQuery)
 will allow you to write queries on Article. More...
 
NodeQuery onBlog (BlogDelegate buildQuery)
 will allow you to write queries on Blog. More...
 
NodeQuery onCheckout (CheckoutDelegate buildQuery)
 will allow you to write queries on Checkout. More...
 
NodeQuery onCheckoutLineItem (CheckoutLineItemDelegate buildQuery)
 will allow you to write queries on CheckoutLineItem. More...
 
NodeQuery onCollection (CollectionDelegate buildQuery)
 will allow you to write queries on Collection. More...
 
NodeQuery onComment (CommentDelegate buildQuery)
 will allow you to write queries on Comment. More...
 
NodeQuery onExternalVideo (ExternalVideoDelegate buildQuery)
 will allow you to write queries on ExternalVideo. More...
 
NodeQuery onMailingAddress (MailingAddressDelegate buildQuery)
 will allow you to write queries on MailingAddress. More...
 
NodeQuery onMediaImage (MediaImageDelegate buildQuery)
 will allow you to write queries on MediaImage. More...
 
NodeQuery onMetafield (MetafieldDelegate buildQuery)
 will allow you to write queries on Metafield. More...
 
NodeQuery onModel3d (Model3dDelegate buildQuery)
 will allow you to write queries on Model3d. More...
 
NodeQuery onOrder (OrderDelegate buildQuery)
 will allow you to write queries on Order. More...
 
NodeQuery onPage (PageDelegate buildQuery)
 will allow you to write queries on Page. More...
 
NodeQuery onPayment (PaymentDelegate buildQuery)
 will allow you to write queries on Payment. More...
 
NodeQuery onProduct (ProductDelegate buildQuery)
 will allow you to write queries on Product. More...
 
NodeQuery onProductOption (ProductOptionDelegate buildQuery)
 will allow you to write queries on ProductOption. More...
 
NodeQuery onProductVariant (ProductVariantDelegate buildQuery)
 will allow you to write queries on ProductVariant. More...
 
NodeQuery onShopPolicy (ShopPolicyDelegate buildQuery)
 will allow you to write queries on ShopPolicy. More...
 
NodeQuery onVideo (VideoDelegate buildQuery)
 will allow you to write queries on Video. More...
 

Detailed Description

An object with an ID to support global identification.

Constructor & Destructor Documentation

◆ NodeQuery()

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

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

Member Function Documentation

◆ id()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.id ( )
inline

Globally unique identifier.

◆ onAppliedGiftCard()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onAppliedGiftCard ( AppliedGiftCardDelegate  buildQuery)
inline

will allow you to write queries on AppliedGiftCard.

◆ onArticle()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onArticle ( ArticleDelegate  buildQuery)
inline

will allow you to write queries on Article.

◆ onBlog()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onBlog ( BlogDelegate  buildQuery)
inline

will allow you to write queries on Blog.

◆ onCheckout()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onCheckout ( CheckoutDelegate  buildQuery)
inline

will allow you to write queries on Checkout.

◆ onCheckoutLineItem()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onCheckoutLineItem ( CheckoutLineItemDelegate  buildQuery)
inline

will allow you to write queries on CheckoutLineItem.

◆ onCollection()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onCollection ( CollectionDelegate  buildQuery)
inline

will allow you to write queries on Collection.

◆ onComment()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onComment ( CommentDelegate  buildQuery)
inline

will allow you to write queries on Comment.

◆ onExternalVideo()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onExternalVideo ( ExternalVideoDelegate  buildQuery)
inline

will allow you to write queries on ExternalVideo.

◆ onMailingAddress()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onMailingAddress ( MailingAddressDelegate  buildQuery)
inline

will allow you to write queries on MailingAddress.

◆ onMediaImage()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onMediaImage ( MediaImageDelegate  buildQuery)
inline

will allow you to write queries on MediaImage.

◆ onMetafield()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onMetafield ( MetafieldDelegate  buildQuery)
inline

will allow you to write queries on Metafield.

◆ onModel3d()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onModel3d ( Model3dDelegate  buildQuery)
inline

will allow you to write queries on Model3d.

◆ onOrder()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onOrder ( OrderDelegate  buildQuery)
inline

will allow you to write queries on Order.

◆ onPage()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onPage ( PageDelegate  buildQuery)
inline

will allow you to write queries on Page.

◆ onPayment()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onPayment ( PaymentDelegate  buildQuery)
inline

will allow you to write queries on Payment.

◆ onProduct()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onProduct ( ProductDelegate  buildQuery)
inline

will allow you to write queries on Product.

◆ onProductOption()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onProductOption ( ProductOptionDelegate  buildQuery)
inline

will allow you to write queries on ProductOption.

◆ onProductVariant()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onProductVariant ( ProductVariantDelegate  buildQuery)
inline

will allow you to write queries on ProductVariant.

◆ onShopPolicy()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onShopPolicy ( ShopPolicyDelegate  buildQuery)
inline

will allow you to write queries on ShopPolicy.

◆ onVideo()

NodeQuery Shopify.Unity.GraphQL.NodeQuery.onVideo ( VideoDelegate  buildQuery)
inline

will allow you to write queries on Video.


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