The Wayback Machine - https://web.archive.org/web/20220111005247/https://github.com/topics/graphql
Skip to content
#

GraphQL

graphql logo

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 19,593 public repositories matching this topic...

dopry
dopry commented Dec 11, 2021

Preliminary Checks

Summary

I am working on a source plugin an

strapi
graphql-engine
sassela
sassela commented Jun 28, 2021

Issue split from hasura/graphql-engine#6951

our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7

directus
thedavidprice
thedavidprice commented Dec 22, 2021

continuing from #3601

There are (plenty of) cases where the boilerplate tests will fail. One recent example is #3601 re: Float and DateTime types that don't play well with Jest expect(). Instead of attempting to configure boilerplate to handle all possible situations, we decided to update the docs over here redwoodjs/redwoodjs.com#881

But what good are docs if you d

spectrum
nickcolley
nickcolley commented Nov 21, 2018

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-offse
gridsome

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest