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

ronalde
ronalde commented Mar 17, 2021

The fix described in issue #20179 introduces a regression, especially from an accessibility perspective. When declaring an empty alt-attribute for an image using the keyword GATSBY_EMPTY_ALT in markdown (![GATSBY_EMPTY_ALT](rel/path.jpg) and having set showCaptions: true in the plugin-options in gatsby-config.js, the plugin produces unwanted HTML:

<figure class="gatsby-resp-i
hoppscotch
graphql-engine
insomnia
Arzaroth
Arzaroth commented Mar 16, 2021

Some oauth2 server implementations use a different URL for generating an access_token and refreshing said access_token.
Arguably it's a questionable choice, since it's "only" a matter of grant_type being different, the return value being the same.

I would like to be able to specify the refresh token URL, with an optional field in the oauth2 configuration. If left empty, it should be the access

spree
directus
rijkvanzanten
rijkvanzanten commented Mar 23, 2021

Currently, we're relying on path.normalize for normalizing the root configuration:

https://github.com/directus/directus/blob/2f163a91b440e753216fcfe5f5d1aea8687f23c4/packages/drive-azure/src/AzureBlobWebServices.ts#L48

However, this causes trouble under Windows, as these third party services rely on Unix paths exclusively (eg / instead of \).

For Azure, GCS, and S3, we should rely o

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