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

Is used by GraphQL generator classes to create argument strings. More...

Public Member Functions

void Add (string name, object value)
 Adds an argument. More...
 
override string ToString ()
 Returns a string that is the a GraphQL argument list. More...
 

Detailed Description

Is used by GraphQL generator classes to create argument strings.

Member Function Documentation

◆ Add()

void Shopify.Unity.SDK.Arguments.Add ( string  name,
object  value 
)
inline

Adds an argument.

Parameters
nameName of the argument to be added
valueValue of the argument to be added

◆ ToString()

override string Shopify.Unity.SDK.Arguments.ToString ( )
inline

Returns a string that is the a GraphQL argument list.


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