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

Represents a Shopify hosted image. More...

Public Member Functions

 MediaImageQuery (StringBuilder query)
 MediaImageQuery is used to build queries. Typically MediaImageQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
MediaImageQuery alt ()
 A word or phrase to share the nature or contents of a media. More...
 
MediaImageQuery id ()
 Globally unique identifier. More...
 
MediaImageQuery image (ImageDelegate buildQuery)
 The image for the media. More...
 
MediaImageQuery mediaContentType ()
 The media content type. More...
 
MediaImageQuery previewImage (ImageDelegate buildQuery)
 The preview image for the media. More...
 

Detailed Description

Represents a Shopify hosted image.

Constructor & Destructor Documentation

◆ MediaImageQuery()

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

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

Member Function Documentation

◆ alt()

MediaImageQuery Shopify.Unity.GraphQL.MediaImageQuery.alt ( )
inline

A word or phrase to share the nature or contents of a media.

◆ id()

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

Globally unique identifier.

◆ image()

MediaImageQuery Shopify.Unity.GraphQL.MediaImageQuery.image ( ImageDelegate  buildQuery)
inline

The image for the media.

◆ mediaContentType()

MediaImageQuery Shopify.Unity.GraphQL.MediaImageQuery.mediaContentType ( )
inline

The media content type.

◆ previewImage()

MediaImageQuery Shopify.Unity.GraphQL.MediaImageQuery.previewImage ( ImageDelegate  buildQuery)
inline

The preview image for the media.


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