The Wayback Machine - https://web.archive.org/web/20210123162150/https://github.com/topics/graphql
Skip to content
#

GraphQL

graphql logo

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...

hoppscotch
JoelJacobStephen
JoelJacobStephen commented Aug 24, 2020

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:

  1. Click the resize button on the code editor and drag it down
  2. 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

graphql-engine
insomnia
sfabriece
sfabriece commented Jan 18, 2021

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

CristianCucunuba
CristianCucunuba commented Mar 11, 2020

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,

directus
Apollinaire
Apollinaire commented Nov 22, 2020

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

gridsome

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest