Skip to content

Commit 22ade8f

Browse files
committed
ReadMe Update
1 parent eaab6ee commit 22ade8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ $shopify->Blog($blogID)->Article($articleID)->put($updateArtilceInfo);
234234
$blogArticle = $shopify->Blog($blogID)->Article($articleID)->delete();
235235
```
236236

237-
### GraphQL <sup>*v1.1-beta*</sup>
237+
### GraphQL <sup>*v1.1*</sup>
238238
The GraphQL Admin API is a GraphQL-based alternative to the REST-based Admin API, and makes the functionality of the Shopify admin available at a single GraphQL endpoint. The full set of supported types can be found in the [GraphQL Admin API reference](https://help.shopify.com/en/api/graphql-admin-api/reference).
239239
You can simply call the GraphQL resource and make a post request with a GraphQL string:
240240

@@ -278,6 +278,7 @@ Some resources are available directly, some resources are only available through
278278
- Comment -> [Event](https://help.shopify.com/api/reference/event/)
279279
- [Country](https://help.shopify.com/api/reference/country/)
280280
- Country -> [Province](https://help.shopify.com/api/reference/province/)
281+
- [Currency](https://help.shopify.com/en/api/reference/store-properties/currency)
281282
- [CustomCollection]()
282283
- CustomCollection -> [Event](https://help.shopify.com/api/reference/event/)
283284
- CustomCollection -> [Metafield](https://help.shopify.com/api/reference/metafield)

0 commit comments

Comments
 (0)