The Wayback Machine - https://web.archive.org/web/20210624193801/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 16,927 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

directus
rijkvanzanten
rijkvanzanten commented Jun 17, 2021

When upgrading Directus, there might a (couple) migration(s) that have to be run in order to get the database up to speed with the latest version of Directus itself. When the API is started up, we should check and show a warning when the migrations required for the latest version haven't been applied (yet).

This should also prevent a lot of "Help my app shows error XYZ after upgrading Directus"

spree
EmailZen
EmailZen commented Apr 1, 2021

Context

On mobile devices, footer section text should be adjusted to the center, contrary to the desktop where it is adjusted to the left.
Please refer to the screenshot attached.

Expected Behavior

Store name should be adjusted to the center of the footer on mobile devices.

Actual Behavior

The store name is not adjusted to the center of the footer on mobile devices.

Steps

peterp
peterp commented May 12, 2021

https://github.com/redwoodjs/redwood/blob/3557f707889998ccdc1c3542048618b2ef8ba6ac/packages/auth/src/authClients/firebase.ts#L56

You would:

  1. Have a place to store the token's payload ( with expiration time )
  2. Compare the current time against the expiration time whenever getToken is called
  3. If it has not expired, return the old token, if it has expired, call the part the retrieves the t
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