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

simonjoom
simonjoom commented Feb 17, 2021

In my case I did use a wrong version of Gatsby and I ve got an incorrect error about it

to replicate just change version to a wrong one in package.json of Gatsby and
semver will throw out an error than the catch on
https://github.com/gatsbyjs/gatsby/blob/a6be92eb80bb98c308310a0fb3c340dab8e104aa/packages/gatsby/src/bootstrap/load-themes/index.js#L40

do not output and do not stop the code.

hoppscotch
JoelJacobStephen
JoelJacobStephen commented Aug 24, 2020

Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.

To Reproduce
Steps to reproduce the behavior:

  1. Click the resize button on the code editor and drag it down
  2. The code doesn't resize

Expected behavior
I expected the code to resize as I drag down the button.

Screenshots
If applicable, add screenshots to

graphql-engine
insomnia
mxmlnglt
mxmlnglt commented Feb 24, 2021

Hello,

Found this old issue #412 that mentioned displaying large JSON data, linked to this commit c4933badba54fb149923d43c8e927c305d4dcce3 limiting displaying data larger than 5MB i.e. when you see this message: "Response over 5MB hidden for performance reasons".

However, for performance testing, I'd like to lower this threshold?

Is it possible?

directus
abertay-university
abertay-university commented Mar 3, 2021

When using Safari, the drag and drop feature is not working. I've tested in the Data Model editor, Layout Options and the Many to Any interface. There is no movement or console error.

I'm using Safari 14.0.3 on macOS Big Sur 11.2.2 with Directus 9.0 r44

Works as expected in Chrome and Firefox.

See Gif:
![dragndrop](https://user-images.githubusercontent.com/31690037/109733711-93924380-7bb

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