GqlReleases: {
    nodes: GqlRelease[];
    pageInfo: { endCursor: string | null; hasNextPage: boolean };
}

Type declaration

  • nodes: GqlRelease[]
  • pageInfo: { endCursor: string | null; hasNextPage: boolean }