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 9,930 public repositories matching this topic...
Describe the bug
At the time of registration, email has not been validated correctly http://localhost:1337/admin/auth/register
Expected behavior
An email should be valid in all aspect like
- should check valid domain, well-formed and valid mailbox
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Jul 5, 2022 - JavaScript
Issue Type (check one)
- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offseSummary
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.
Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:
`
Warning: React.createFactory() 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:
Fix ESLint warnings
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
Hi,
when I want to use your library and graphql inside firebase functions, I have to use graphql version 15.4.0 only. Otherwise firebase functions fails:
Can you update your deps to latest?
Thx
-
Updated
May 28, 2021 - JavaScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Mar 27, 2021 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Sep 20, 2021 - JavaScript
I have modified the gateway example to add the errorFormatter in both.
I am passing data, extensions & statusCode from the service but I am not able to receive that in gateway, here is the code:
'use strict';
const Fastify = require('fastify');
const mercurius = require('..');
const { ErrorWithProps } = mercurius;
async function createService(port, schema, resolvers = {}) {
-
Updated
Jul 4, 2022 - JavaScript
Implement all functionality of reports module for mobile platforms
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia


Preliminary Checks
Description
Try