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

xaviemirmon
xaviemirmon commented Jan 17, 2022

Preliminary Checks

Summary

I am working with Gatsby v4's new

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

tkvw
tkvw commented Mar 22, 2018

Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13

I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.
![2018-03-22_09-51-42](https://user-images.githubusercontent.com/621098

directus
thedavidprice
thedavidprice commented Feb 2, 2022

The redwood.toml web.apiURl value is expected to accept any "absolute path (thats starts with /) or an absolute URI that starts with `http[s]://"

However, if I set web.apiUrl="/" I get the following behavior:

  • local api and web server start successfully
  • endpoint error

console log:

[Error] A server with the specified hostname could not be found.
[Error] Fetch API cannot load
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