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 15,770 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Users cannot send JSON to an endpoint if the endpoint requires numbers to be JSON numbers. Currently Hoppscotch serializes all parameters as JSON strings.
Whenever a new version of Hasura is available, the cli logs a message about it. Here is an image from a CI log showing such a message.
Most CI providers automatically make the changelog hyperlink clickable. When the user clicks the link, it is directing them to
https://githu
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Feb 19, 2021 - Scala
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 27, 2021 - TypeScript
-
Updated
Mar 28, 2021 - Go
-
Updated
Mar 28, 2021 - TypeScript
-
Updated
Mar 28, 2021 - TypeScript
This would be SUPER helpful, if anyone wants to set this up using netlify functions and github oauth
Our NETLIFY_TOKEN secret is already present.
monaco webpack example and graphiql webpack examples should both have a github oauth login
-
Updated
Mar 28, 2021 - TypeScript
https://leapgraph.com/graphql-api-security
This article mentions several add-on packages that Reaction may want to use. This issue is simply to investigate whether these vulnerabilities are present and try adding the packages to solve them.
Multi Currency & Admin Panel: Customer Returns - Pre-tax total is displayed in incorrect currency
Context
It has been found that customer return, in order, is displayed with USD currency, not in the currency which in order was placed and paid (GBP or Euro). The currency displayed is the one that is set in store configuration.
Order on the screenshot was placed in GBP currency.
 is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^
[Error:
-
Updated
Mar 27, 2021 - TypeScript
-
Updated
Mar 23, 2021 - 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
I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the
gatsby/examples/using-remark/dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.