WAAS React SDKType AliasesGqlPaginatedDataOn this pageTypeAlias.GqlPaginatedDatatype GqlPaginatedData<T> = { edges: GqlEdge<T>[]; pageInfo: GqlPageInfo; totalCount: number;}; Type Parameters Type ParameterT extends { id: string; } Properties PropertyType edgesGqlEdge<T>[] pageInfoGqlPageInfo totalCountnumber