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

Represents a source for a Shopify hosted 3d model. More...

Public Member Functions

 Model3dSourceQuery (StringBuilder query)
 Model3dSourceQuery is used to build queries. Typically Model3dSourceQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
Model3dSourceQuery filesize ()
 The filesize of the 3d model. More...
 
Model3dSourceQuery format ()
 The format of the 3d model. More...
 
Model3dSourceQuery mimeType ()
 The MIME type of the 3d model. More...
 
Model3dSourceQuery url ()
 The URL of the 3d model. More...
 

Detailed Description

Represents a source for a Shopify hosted 3d model.

Constructor & Destructor Documentation

◆ Model3dSourceQuery()

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

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

Member Function Documentation

◆ filesize()

Model3dSourceQuery Shopify.Unity.GraphQL.Model3dSourceQuery.filesize ( )
inline

The filesize of the 3d model.

◆ format()

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

The format of the 3d model.

◆ mimeType()

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

The MIME type of the 3d model.

◆ url()

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

The URL of the 3d model.


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