Skip to content

Commit 09beb7c

Browse files
authored
Update README.md
1 parent ec956e3 commit 09beb7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ Try the [example server](./example/README.md), and [learn how it works](./docs/m
5555

5656
TL;DR – the client composes a superset of the Shopify Admin API schema with a Shop or App's custom data modeling inserted. All normal Admin API queries work with additional access to custom data extensions. This workflow provides introspection (for live documentation), request validation, and transforms custom data queries into native Admin API requests. With layers of caching, these custom data queries can be performed very efficiently with little overhead.
5757

58+
## Features
59+
60+
* All `HasMetafields` owner types get a new `extensions` scope to make metafield selections through using the natural metafield key name.
61+
* All metaobject types are represented in schema as a `<Thing>Metaobject`, and provide their fields as modeled data.
62+
* Metaobject types provide their `id` and `handle` (which are reserved names), and provide a `system` scope to access the primitive metaobject.
63+
* All metaobject types provide a root pagination for metaobjects of that specific type.
64+
5865
## Getting started
5966

6067
Add to your Gemfile:

0 commit comments

Comments
 (0)