Hacker News GraphQL Proxy

FREE
By RapidAPI | Updated 14日前 | News, Media
Popularity

0 / 10

Latency

38ms

Service Level

100%

Health Check

N/A

README

Example Queries

{
  hn2 {
    nodeFromHnId(id:"clayallsopp", isUserId:true) {
      id
      ... on HackerNewsV2User {
        submitted(first: 5) {
          pageInfo {
            hasNextPage
            endCursor
          }
          edges {
            cursor
            node {
              id
              ... on HackerNewsV2Story {
								score
                url
              }
              ... on HackerNewsV2Comment {
                text
              }
            }
          }
        }
      }
    }
  }
}
Followers: 1
Resources:
Product Website
API Creator:
Rapid account: Rapid API
RapidAPI
rapidapi
Log In to Rate API
Rating: 5 - Votes: 1