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

strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR

mandaputtra
mandaputtra commented Sep 27, 2021

Describe the bug
Mostly when I navigate the text, I use CTRL + <- or CTRL + -> to navigate per word, but when I use it on the body editor it navigate through my browser history not per word.

To Reproduce
Steps to reproduce the behavior:

  1. Open Hoppsctoot
  2. Go to body
  3. Change content type to application/json,
  4. Write stuff,
  5. Navigate using CTRL + Right or CTRL + Left
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
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
thedavidprice
thedavidprice commented Oct 4, 2021

When the API build was updated to be a two-step transpire, using ESBuild for the second step, the option to use --esbuild for Web was removed. If someone trying to add the option to build or dev, the commands will now fail.

TO DO:

  • remove --esbuild option and related code related to redwood.toml (I believe it's completely removed from CLI)
  • update CLI and redwood.toml docs to re
inteldon
inteldon commented Sep 8, 2020

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:

gridsome

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest