No content to show

User Activity

We are developing a Shopify app.What we want to achieveAfter installing the app, we want to display the list and details of meta objects created in the app as actual pages.What we want to solve1) Is it possible to implement the above functionality us...
自己解決しました。クエリは下記のようにして、       mutation getorders($query: String!){        bulkOperationRunQuery(query:$query) {          bulkOperation {            id            status          }          userErrors {            field            message          }   ...
下記のようなクエリと変数の設定を作成し、Shopify GraphiQL Appで動作の確認ができました。 query($var: String!){orders(first:1,query: $var) {edges {node {idupdatedAtlineItems(first:1) {edges {node {id}}}}}}} variables{"var":"created_at:>='2022-8-6T00:00:00Z'"}これを、たとえば当日分の全データのようなかたちで取得し...
This widget could not be displayed.
This widget could not be displayed.