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,074 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
Dec 14, 2020 - JavaScript
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
Feb 9, 2021 - JavaScript
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Jan 18, 2021 - Scala
-
Updated
Feb 9, 2021 - TypeScript
Describe the bug
"Import from URL" for query params does not update the UI
To Reproduce
- paste
http://localhost:4000/path?param=test
in the url - go to query tab
- click "import from url"
- Note that the tab shows the count of query params (1) but the keyvalue table does not update
- Activate a different request in the sidebar
- Go back to the previous request
- Note t
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Feb 9, 2021 - Go
-
Updated
Feb 9, 2021 - TypeScript
This would be SUPER helpful, if anyone wants to set this up using netlify functions and github oauth
Our NETLIFY_TOKEN
secret is already present.
monaco webpack example and graphiql webpack examples should both have a github oauth login
https://leapgraph.com/graphql-api-security
This article mentions several add-on packages that Reaction may want to use. This issue is simply to investigate whether these vulnerabilities are present and try adding the packages to solve them.
-
Updated
Feb 9, 2021 - TypeScript
-
Updated
Feb 9, 2021 - Python
-
Updated
Feb 9, 2021 - JavaScript
- The issue and what you expected to happen
If switch users list from cards to list view, the role is displayed with ID, the same is applied to avatar as well.
It will be better if role name is displayed and image for avatar.
- Exact steps to reproduce this issue
Go /ad
-
Updated
Jan 29, 2021 - TypeScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
-
Updated
Nov 18, 2020 - Go
Describe the bug
SmartForm doesn't check the new API collection..permissions.canDelete to tell if it's possible to delete a document, and shows the delete button.
To Reproduce
create a collection with permissions: { canDelete: [] }
, or without it altogether. Use a smartform to edit a document of that collection, it will show the delete button. If you click it, the server will rej
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 7, 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.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Currently, the user's scroll position is stored within session storage, and this is violating a GDPR compliance check (yes, I know). Is there a way to disable this storage?