graphqlhub
graphqlhub copied to clipboard
The GraphQLHub Server
Hi, I was using your api and noticed it's been down for at least a few days. https://www.graphqlhub.com/ Do you know what's going on or when it's coming back? Thanks,...
When I try to use the code below to fetch data from Reddit... ``` import { Reddit } from 'graphqlhub-schemas'; import { GraphQLSchema, graphql } from 'graphql'; let schema =...
Would love to see Stripe payments API integration!!
The current version is VERY outdated: https://github.com/clayallsopp/graphqlhub/blob/master/package.json#L25 It also effects other utils that uses `introspectionQuery` because it has changed, and throws: ``` Cannot query field "locations" on type "__Directive". ```...
Hey, just a heads-up that I included graphqlhub in ReactQL, my React + GraphQL starter kit available over at https://reactql.org Out-the-box, it includes the Hacker News component from https://www.graphqlhub.com/playground Hope...
Hello! Check this query: [https://www.graphqlhub.com/playground?query=%7B%0A%20%20graphQLHub%0A%20%20twitter%20%7B%0A%20%20%20%20user%20(identifier%3A%20name%2C%20identity%3A%20%22vuejsdevelopers%22)%20%7B%0A%20%20%20%20%20%20created_at%0A%20%20%20%20%20%20description%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20screen_name%0A%20%20%20%20%20%20name%0A%20%20%20%20%20%20profile_image_url%0A%20%20%20%20%20%20url%0A%20%20%20%20%20%20tweets_count%0A%20%20%20%20%20%20followers_count%0A%20%20%20%20%20%20tweets(limit%3A%202)%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%0A%20%20%20%20search(q%3A%22vuejs%22%2C%20count%3A%207)%7B%0A%20%20%20%20%20%20id%2C%0A%20%20%20%20%20%20text%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D&variables=](https://www.graphqlhub.com/playground?query=%7B%0A%20%20graphQLHub%0A%20%20twitter%20%7B%0A%20%20%20%20user%20(identifier%3A%20name%2C%20identity%3A%20%22vuejsdevelopers%22)%20%7B%0A%20%20%20%20%20%20created_at%0A%20%20%20%20%20%20description%0A%20%20%20%20%20%20id%0A%20%20%20%20%20%20screen_name%0A%20%20%20%20%20%20name%0A%20%20%20%20%20%20profile_image_url%0A%20%20%20%20%20%20url%0A%20%20%20%20%20%20tweets_count%0A%20%20%20%20%20%20followers_count%0A%20%20%20%20%20%20tweets(limit%3A%202)%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%0A%20%20%20%20search(q%3A%22vuejs%22%2C%20count%3A%207)%7B%0A%20%20%20%20%20%20id%2C%0A%20%20%20%20%20%20text%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D&variables=) If you go to the user's profile, has tweets, but graphql shows null. [https://twitter.com/vuejsdevelopers?lang=es](https://twitter.com/vuejsdevelopers?lang=es) And... THANKS! It is a very good implementation of Twitter API...
Hello! This PR was requested from [PrettierCI Instant](https://www.prettierci.com/instant). We've run [Prettier](https://prettier.io/) on the repo and submitted the diff. If this is the first time Prettier has been run against your...
Hi! I've been trying to experiment with a public GraphQL API to learn Relay. I cloned the [relay-101 tutorial](https://github.com/clayallsopp/relay-101), and could run it fine, thanks 😊 But obviously I now...
it would be nice to be able to use this GraphQLs with Relay as well
SyntaxError: Unexpected token < in JSON at position 0