---
title: AppRevenueAttributionRecordConnection - GraphQL Admin
description: >-
  An auto-generated type for paginating through multiple
  AppRevenueAttributionRecords.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/connections/AppRevenueAttributionRecordConnection
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/connections/AppRevenueAttributionRecordConnection.md
---

# App​Revenue​Attribution​Record​Connection

connection

An auto-generated type for paginating through multiple AppRevenueAttributionRecords.

## Fields with this connection

* [App​Installation.revenueAttributionRecords](https://shopify.dev/docs/api/admin-graphql/unstable/objects/AppInstallation#field-AppInstallation.fields.revenueAttributionRecords)

  OBJECT

  An app installed on a shop. Each installation tracks the permissions granted to the app through [`AccessScope`](https://shopify.dev/docs/api/admin-graphql/latest/objects/AccessScope) objects, along with billing subscriptions and [`Metafield`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Metafield) objects.

  The installation provides metafields that only the owning [`App`](https://shopify.dev/docs/api/admin-graphql/latest/objects/App) can access. These metafields store app-specific configuration that merchants and other apps can't modify. The installation also provides URLs for launching and uninstalling the app, along with any active [`AppSubscription`](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppSubscription) objects or [`AppPurchaseOneTime`](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppPurchaseOneTime) purchases.

***

## Possible returns

* edges

  [\[App​Revenue​Attribution​Record​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/AppRevenueAttributionRecordEdge)

  non-null

  The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

* nodes

  [\[App​Revenue​Attribution​Record!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/AppRevenueAttributionRecord)

  non-null

  A list of nodes that are contained in AppRevenueAttributionRecordEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

* page​Info

  [Page​Info!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PageInfo)

  non-null

  An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.

***

## Map

### Fields with this connection

* [App​Installation.revenueAttributionRecords](https://shopify.dev/docs/api/admin-graphql/unstable/objects/AppInstallation#field-AppInstallation.fields.revenueAttributionRecords)

### Possible returns

* [App​Revenue​Attribution​Record​Connection.edges](https://shopify.dev/docs/api/admin-graphql/unstable/connections/AppRevenueAttributionRecordConnection#returns-edges)
* [App​Revenue​Attribution​Record​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/AppRevenueAttributionRecordConnection#returns-nodes)
* [App​Revenue​Attribution​Record​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/unstable/connections/AppRevenueAttributionRecordConnection#returns-pageInfo)
