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 14,822 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
Jan 22, 2021 - JavaScript
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Jan 18, 2021 - Scala
-
Updated
Jan 23, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
I'm always frustrated when Insomnia does not remember my last used URL importing routes from a URL
Describe the solution you'd like
Insomnia should remember the last used URL when importing routes. It's unlikely that it'll change often.
Describe alternatives you've considered
None
Additional context
![image
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 23, 2021 - TypeScript
To reproduce, visit https://graphql.org/swapi-graphql/, open the docs, and look at the Search Schema
input; you'll see the search icon is out of place:
I've worked around this in PostGraphile with this CSS snippet:
.graphiql-container .search-box-ico
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
Jan 23, 2021 - TypeScript
-
Updated
Jan 23, 2021 - Python
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 22, 2021 - TypeScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
When using Markdown and/or WYSIWYG editors in dark mode, the caret color is black and some stylings doesn't contrast with the background, making it impossible to read the text, for example markdown headers.
-
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
Jan 22, 2021 - TypeScript
-
Updated
Jan 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?