GraphQL
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 12,757 public repositories matching this topic...
Describe the bug
Currently on iOS the app content is partially obscured by the bar at the bottom of the screen used for gesture based navigation (known as the ‘Home Bar’).
To Reproduce
Open the Postwoman PWA on a modern iOS device *without
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Aug 12, 2020 - JavaScript
hasura migrate reset
This command should clear the history of the migrations on the server and clear the local migrations. Basically, do steps 1 and 2 mentioned in this blog post: https://hasura.io/blog/resetting-hasura-migrations/
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
-
Updated
Aug 13, 2020 - Scala
A reference implementation of GraphQL for JavaScript
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 23, 2020 - TypeScript
Describe the bug
I'm using java to develop a webservice and when I throw an exception it returns the correct response code, however the message does not contain spaces.
To Reproduce
Steps to reproduce the behavior:
- throw exception that contains spaces in its messages in the app
Expected behavior
The returned message should contain spaces.
Screenshots
Insomnia:
![i
-
Updated
Aug 23, 2020 - TypeScript
Native GraphQL Database with graph backend
-
Updated
Aug 23, 2020 - Go
Build, distribute and collaborate on components.
-
Updated
Aug 23, 2020 - TypeScript
our beloved monaco-graphql could have a really nice test suite!
monaco-yaml's suite provides a fantastic example
we can just start with something similar to the hover/completion/diagnostics suites. we don't need to worry about multiple documents or completion with multiple schemas any time soon
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
-
Updated
Aug 22, 2020 - TypeScript
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
-
Updated
Aug 3, 2020 - JavaScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Aug 14, 2020 - JavaScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
A modular, high performance, headless e-commerce storefront built with Python, GraphQL, Django, and ReactJS.
-
Updated
Aug 21, 2020 - Python
Pluralize has unexpected results, it can't be used safely in code. It is only relevant for UI features.
Example: latin words, "schema" => "schemata", "datum => data", plural word are kept plural etc.
Adding an "s" blindly is more efficient though semantically incorrect sometimes. Better, allowing user to provide it's own names for resolver.
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Jun 16, 2020 - Go
The Fullstack Tutorial for GraphQL
-
Updated
Aug 22, 2020 - TypeScript
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./DAn implementation of GraphQL for Go / Golang
-
Updated
Aug 20, 2020 - Go
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia



Summary
Where: https://www.gatsbyjs.org/docs/ssr-apis/#onRenderBody
What: Improve the example for
onRenderBodyor add another example, simple, that is not tied to a plugin.Suggestion