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

Represents a Shopify hosted video. More...

Public Member Functions

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

Detailed Description

Represents a Shopify hosted video.

Constructor & Destructor Documentation

◆ VideoQuery()

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

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

Member Function Documentation

◆ alt()

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

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

◆ id()

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

Globally unique identifier.

◆ mediaContentType()

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

The media content type.

◆ previewImage()

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

The preview image for the media.

◆ sources()

VideoQuery Shopify.Unity.GraphQL.VideoQuery.sources ( VideoSourceDelegate  buildQuery)
inline

The sources for a video.


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