getLimitStore()
getLimitStore() : \Osiset\BasicShopifyAPI\Contracts\StateStorage
Get the limit store implementation.
Reprecents Graph client.
getLimitStore() : \Osiset\BasicShopifyAPI\Contracts\StateStorage
Get the limit store implementation.
getTimeStore() : \Osiset\BasicShopifyAPI\Contracts\StateStorage
Get the time store implementation.
getTimeDeferrer() : \Osiset\BasicShopifyAPI\Contracts\TimeDeferrer
Get the time deferrer implementation.
request(string $query, array $variables = array(), boolean $sync = true) : array|\GuzzleHttp\Promise\Promise
Runs a request to the Shopify API.
string | $query | The GraphQL query. |
array | $variables | The optional variables for the query. |
boolean | $sync | Optionally wait for the request to finish. |