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

Represents a source for a Shopify hosted video. More...

Public Member Functions

 VideoSourceQuery (StringBuilder query)
 VideoSourceQuery is used to build queries. Typically VideoSourceQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
VideoSourceQuery format ()
 The format of the video source. More...
 
VideoSourceQuery height ()
 The height of the video. More...
 
VideoSourceQuery mimeType ()
 The video MIME type. More...
 
VideoSourceQuery url ()
 The URL of the video. More...
 
VideoSourceQuery width ()
 The width of the video. More...
 

Detailed Description

Represents a source for a Shopify hosted video.

Constructor & Destructor Documentation

◆ VideoSourceQuery()

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

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

Member Function Documentation

◆ format()

VideoSourceQuery Shopify.Unity.GraphQL.VideoSourceQuery.format ( )
inline

The format of the video source.

◆ height()

VideoSourceQuery Shopify.Unity.GraphQL.VideoSourceQuery.height ( )
inline

The height of the video.

◆ mimeType()

VideoSourceQuery Shopify.Unity.GraphQL.VideoSourceQuery.mimeType ( )
inline

The video MIME type.

◆ url()

VideoSourceQuery Shopify.Unity.GraphQL.VideoSourceQuery.url ( )
inline

The URL of the video.

◆ width()

VideoSourceQuery Shopify.Unity.GraphQL.VideoSourceQuery.width ( )
inline

The width of the video.


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