This is a public place for all sample projects related to the GitHub Platform.
sample graphql pre-receive-hooks hooks platform platform-samplesA work-in-progress implementation of GraphQL in Go. Its currently a port of graphql-js v0.6.0 which is based on the April 2016 GraphQL specification. Future efforts will be guided directly by the latest formal GraphQL specification (currently: October 2016).The following is a simple example which defines a schema with a single hello string-type field and a Resolve method which returns the string world. A GraphQL query is performed against this schema with the resulting output printed in JSON format.
graphql graphql-go subscriptionsThe project is under heavy development. It is stable enough so we use it in production at Sourcegraph, but expect changes.A resolver must have one method for each field of the GraphQL type it resolves. The method name has to be exported and match the field's name in a non-case-sensitive way.
graphqlA data loading utility to reduce requests to a backend via batching and caching.
nodejs dataloader graphql batchUp deploys infinitely scalable serverless apps, APIs, and static websites in seconds, so you can get back to working on what makes your product unique.Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
deployment aws lambda serverless api static deploy-tool nodejs aws-lambda aws-infrastructure api-gateway microservice microservices graphql http herokuApollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL. To get the most value out of apollo-client, you should use it with one of its view layer integrations.To get started with the React integration, go to our React Apollo documentation website.
graphql graphql-client typescript apollo-client apollographqlApollo iOS is a strongly-typed, caching GraphQL client for iOS, written in Swift.It allows you to execute queries and mutations against a GraphQL server, and returns results as query-specific Swift types. This means you don’t have to deal with parsing JSON, or passing around dictionaries and making clients cast values to the right type manually. You also don't have to write model types yourself, because these are generated from the GraphQL definitions your UI uses.
graphql-client apollo-ios ios graphql apollographqlApollo Server is a community-maintained open-source GraphQL server. It works with pretty much all Node.js HTTP server frameworks, and we're happy to take PRs for more! It works with any GraphQL schema built with the graphql-js reference implementation.Apollo Server is super easy to set up. Just npm install apollo-server-<variant>, write a GraphQL schema, and then use one of the following snippets to get started. For more info, read the Apollo Server docs.
graphql graphql-server express-graphql express koa hapi node restify apollographqlAn example of a client-side app built with React 16 and Apollo Client 2.0.See the application running live at http://www.githunt.com.
react apollo-client apollographql graphql github github-apiRead the docs.See and edit the live example on Launchpad.
graphql-schema schema-language graphql apollographql apollo typescript mock schema toolsReact Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to server side render.React Apollo unlike many other tools in the React ecosystem requires no complex build setup to get up and running. As long as you have a GraphQL server you can get started building out your application with React immediately. React Apollo works out of the box with both create-react-app and React Native with a single install and with no extra hassle configuring Babel or other JavaScript tools.
react graphql ssr redux ecmascript es2015 jsnext relay npmPlease read UPGRADE-v2.0.md to learn how to upgrade to Graphene 2.0.Graphene is a Python library for building GraphQL schemas/types fast and easily.
graphql relay framework graphenePlease read UPGRADE-v2.0.md to learn how to upgrade to Graphene 2.0.A Django integration for Graphene.
graphene django graphqlA Ruby implementation of GraphQL.Install from RubyGems by adding it to your Gemfile, then bundling.
graphql relay railsThis is a GraphQL Java implementation.Please take a look at our list of releases if you want to learn more about new releases and the changelog.
graphql graphql-javaCreate a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify.Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql: true on your .get handler.
graphql express-graphql express-middleware express restify connect http middleware apiThis is a library to allow the easy creation of Relay-compliant servers using the GraphQL.js reference implementation of a GraphQL server.A basic understanding of GraphQL and of the GraphQL.js implementation is needed to provide context for this library.
graphql relayMEAN started out as a combination of MongoDB, ExpressJS, AngularJS and Node.js. With MEAN2 we are providing the ability to mix and match additional frontend frameworks, databases and technologies. We aim to create a robust, flexible and scalable full-stack javascript solution.The default MEAN stack you get out of the box can work with either Angular or React and is built with the following technologies...
stack angular mongodb express node graphql angular2 angular4 webpack typescript angularjs angular-componentThis project was bootstraped with Node.js API Starter Kit (support).The API server must become available at http://localhost:8080/graphql (live demo).
nodejs graphql docker boilerplate api babel sql knex postgresql passport passportjs oauth i18nReact Firebase Starter (RFS) is a popular project template (aka boilerplate) for creating single-page applications with React, Firebase and GraphQL.This project was bootstraped with React Firebase Starter by Kriasoft (get support on Telegram).
react babel webpack boilerplate reactjs hmr create-react-app relay relay-modern graphql spa styled-components firebase
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.