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 13,806 public repositories matching this topic...
-
Updated
Oct 30, 2020 - JavaScript
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
-
Updated
Oct 3, 2020 - JavaScript
Whenever I try to issue a command using hasura seeds apply -f <FILEPATH>
, the command adds the seeds
prefix to the path and errors
I would expect it to use the relative file path as given so I can tab complete specific seed files.
Ex:
hasura seeds apply --file seeds/1602160517233_resource.sql
FATA[0000] error opening file: open <REDACTED>/seeds/seeds/1602160517233_resource.
Hi! Let's assume I have the following data:
obj = {
_id: 'someId',
items: [
{ value: 'a', count: 5 },
{ value: 'b', count: 1 },
]
}
Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?
I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'
-
Updated
Oct 16, 2020 - Scala
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 30, 2020 - TypeScript
Describe the bug
When linting a file, it is useful to ensure exactly what file is being checked.
To Reproduce
Steps to reproduce the behavior:
- checkout a repo
- run
inso lint spec ./spec.yaml
- see FATAL error
Expected behavior
Expect the file to be read, loaded and linted properly.
Screenshots
n/a cli operation
**Desktop (please complete the following inf
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 30, 2020 - Go
-
Updated
Oct 30, 2020 - TypeScript
Executing multiple queries in a single query is not part of the spec yet, but it has been requested, and several servers already implement it (such as Apollo).
Then, GraphiQL should allow to execute multiple operations against the server. However, when there
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description
field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 30, 2020 - Python
We should use https://github.com/jonschlinkert/parse-github-url to intelli
-
Updated
Oct 7, 2020 - Go
Hi,
I just notice that in the current version, in the input filter, while the operator _in is implemented, the operator _nin is not yet implemented.
Thank you
Adalidda
-
Updated
Oct 27, 2020 - TypeScript
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./D
-
Updated
Oct 29, 2020 - 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
Summary
The existing doc about adding Google analytics recommends using the
gatsby-plugin-gtag
plugin. As was pointed out after #27081 was merged, Gatsby actually maintains an official plugin with the same functionality,gatsby-plugin-google-gtag
.The Adding Analytics doc