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 12,957 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
-
Updated
Aug 12, 2020 - JavaScript
❯ hasura console --envfile /etc/cuddlefish-dev.env
FATA[0001] loading .env file failed: open /Users/skainswo/dev/cuddlefish/hasura/etc/cuddlefish-dev.env: no such file or directory
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
-
Updated
Sep 5, 2020 - Scala
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Sep 7, 2020 - TypeScript
Describe the bug
Currently, if the following preference setting is checked, the layout on the debug tab is forced to be vertical. However the same behavior is not seen on the design and testing tabs.
Expected behavior
We should adapt the verbiage o
-
Updated
Sep 8, 2020 - Go
-
Updated
Sep 8, 2020 - TypeScript
our beloved monaco-graphql
could have a really nice test suite!
monaco-yaml
's suite provides a fantastic example
we can just start with something similar to the hover/completion/diagnostics suites. we don't need to worry about multiple documents or completion with multiple schemas any time soon
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
Sep 7, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
-
Updated
Sep 7, 2020 - Python
In the 1.15 update, the arrayItem property is introduced so we can get rid of the foo.$
field. I found this doesn't work for subschemas. I get the following error for a subschema defining an urlCollection arrayItem
:
Error: "urlCollection" is Array type but the schema does not include a "urlCollection.$" definition for the array items"
It looks like it doesn't see the arrayItems field.
-
Updated
Jun 16, 2020 - Go
-
Updated
Sep 6, 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
Aug 20, 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
How do I control how Typescript is included? How does one incorporate typings into the developer experience, and why can one not have globals? E.g., React as global so one won't have to import it everywhere.
Relevant information
Typescript is 'included', but there's no information on how to control versions or what the default configuration is, or how one would go about changin