GraphQL

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,557 public repositories matching this topic...
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:
- Click the resize button on the code editor and drag it down
- 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
It would be nice if the list of tables in the dropdown at /console/events/data/add
was alphabetised. Here's what the current experience looks like:
-
Updated
on Mar 11, 2021 - JavaScript
-
Updated
on Mar 13, 2021 - JavaScript
-
Updated
on Mar 13, 2021 - JavaScript
-
Updated
on Feb 19, 2021 - Scala
Describe the bug
The Title Bar Color is white on Windows 10 with dark mode enabled.
To Reproduce
Steps to reproduce the behavior:
- Switch to windows dark mode
- Start Insomnia
Expected behavior
The Title Bar should use the dark mode like vs code or other electron apps.
Screenshots

DB: mysql8
Suggestion:
add styles for v-card-text as example:
max-height: 60vh;
overflow: scroll;
<img width="1776" alt="Screenshot 2021-03-09 at 20 13 49" src="https://user-images.githubusercontent.com/12848012/110518019-457bc380-8114-11eb-9189-c65a71f
-
Updated
on Mar 9, 2021 - TypeScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
-
Updated
on Nov 18, 2020 - Go
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:
-
Updated
on Mar 3, 2021 - TypeScript
-
Updated
on Mar 6, 2021 - Go
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
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.