An auto-generated type for paginating through multiple Strings. . StringConnection can be cast to List<String>
.
More...
|
| StringConnection (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
IEnumerator | GetEnumerator () |
|
List< StringEdge > | edges () |
| A list of edges. More...
|
|
PageInfo | pageInfo () |
| Information to aid in pagination. More...
|
|
object | Clone () |
|
void | AddFromConnection (StringConnection connection) |
| This is a utility function that allows you to append newly queried data from a connection into this one. The passed in Connection will be appended into this Connection. The edges will receive all new nodes , and both the cursors and pageInfo will be updated based on the passed Connection. More...
|
|
|
List< String > | Nodes |
|
Dictionary< string, object > | Data |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
An auto-generated type for paginating through multiple Strings. . StringConnection can be cast to List<String>
.
◆ StringConnection()
Shopify.Unity.StringConnection.StringConnection |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ AddFromConnection()
void Shopify.Unity.StringConnection.AddFromConnection |
( |
StringConnection |
connection | ) |
|
|
inline |
This is a utility function that allows you to append newly queried data from a connection into this one. The passed in Connection will be appended into this Connection. The edges
will receive all new nodes
, and both the cursors
and pageInfo
will be updated based on the passed Connection.
- Parameters
-
◆ edges()
List<StringEdge> Shopify.Unity.StringConnection.edges |
( |
| ) |
|
|
inline |
◆ operator List< String >()
static Shopify.Unity.StringConnection.operator List< String > |
( |
StringConnection |
connection | ) |
|
|
inlineexplicitstatic |
◆ pageInfo()
PageInfo Shopify.Unity.StringConnection.pageInfo |
( |
| ) |
|
|
inline |
Information to aid in pagination.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/StringConnection.cs