AccountConnection

A connection type used to page through a list of accounts

This page contains

    Fields

    totalCount: Int!

    The total number of accounts that meet the criteria of the query

    nodes: [Account!] PREVIEW

    The list of accounts

    pageInfo: PageInfo!

    Information used for pagination

    Queries for AccountConnection

    accounts

    Retrieve a list of accounts