Type alias AccountsConnection

AccountsConnection: {
    __typename?: "AccountsConnection";
    edges: AccountEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc