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

rossng
rossng commented Mar 26, 2021

Summary

I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the gatsby/examples/using-remark/ dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)

However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.

const renderAst = new rehypeReac
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

hoppscotch
graphql-engine
spree
grzeszet
grzeszet commented Mar 25, 2021

Context

It has been found that customer return, in order, is displayed with USD currency, not in the currency which in order was placed and paid (GBP or Euro). The currency displayed is the one that is set in store configuration.
Order on the screenshot was placed in GBP currency.

![image (4)](https://user-images.github

directus
MiniDigger
MiniDigger commented Mar 29, 2021

rc51.
using a reverse proxy, I serve directus from apps.my.tld/app/directus/ and thus set the PUBLIC_URL to /app/directus/. This works for all the statics and requests, but the requests to the extensions don't work:
https://apps.my.tld/extensions/interfaces/
https://apps.my.tld/extensions/displays/
https://apps.my.tld/extensions/layouts/
https://apps.my.tld/extensions/modules/

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