应用安装-AppInstallation 对象

表示商店中已安装的应用程序。


在本页面


Connections

allSubscriptions[AppSubscriptionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscription)
为商店创建的所有订阅。

参数 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
sortKey
() [AppSubscriptionSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscriptionsortkeys)
按给定键对基础列表进行排序。
默认值:CREATED_AT

credits[AppCreditConnection!](https://shopify.dev/docs/admin-api/graphql/reference/billing/appcredit)
可用于将来购买应用的信用。

参数 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
sortKey
() [AppTransactionSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/billing/apptransactionsortkeys)
按给定键对基础列表进行排序。
默认值:CREATED_AT

oneTimePurchases[AppPurchaseOneTimeConnection!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime)
一次性购买商店。

参数 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
sortKey
() [AppTransactionSortKeys](https://shopify.dev/docs/admin-api/graphql/reference/billing/apptransactionsortkeys)
按给定键对基础列表进行排序。
默认值:CREATED_AT

字段

  • accessScopes[[AccessScope!]!](https://shopify.dev/docs/admin-api/graphql/reference/access/accessscope)
    商户在安装过程中授予应用程序的访问范围。
  • activeSubscriptions[[AppSubscription!]!](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscription)
    定期向商店收费的有效订阅。
  • app[App!](https://shopify.dev/docs/admin-api/graphql/reference/apps/app)
    已安装的应用程序。
  • id [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • launchUrl[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
    用于启动应用程序的网址。
  • publication[Publication](https://shopify.dev/docs/admin-api/graphql/reference/apps/publication)
    与已安装的应用程序关联的发布。
  • uninstallUrl[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
    您可以在其中卸载应用程序的网页。

返回AppInstallation的类型

  • [App.installation](https://shopify.dev/docs/admin-api/graphql/reference/apps/app#installation-2021-01)
  • [QueryRoot.appInstallation](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#appinstallation-2021-01)
  • [QueryRoot.appInstallations](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#appinstallations-2021-01)
  • [QueryRoot.currentAppInstallation](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#currentappinstallation-2021-01)

派生关系

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)