WAAS React SDKType AliasesGqlEdgeOn this pageTypeAlias.GqlEdgetype GqlEdge<T> = { cursor: string | null; node: T | null;}; Type Parameters Type ParameterT extends { id: string; } Properties PropertyType cursorstring | null nodeT | null